账号模块-切片推送通道插件#20(1.3)

This commit is contained in:
welsir
2023-09-04 22:29:12 +08:00
parent af95c7b04f
commit ea740d755e
123 changed files with 583 additions and 8 deletions

11
.idea/aws.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="accountSettings">
<option name="activeRegion" value="us-east-1" />
<option name="recentlyUsedRegions">
<list>
<option value="us-east-1" />
</list>
</option>
</component>
</project>

14
.idea/compiler.xml generated
View File

@@ -21,6 +21,20 @@
<module name="chopperbot-section-work" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="AccountModule" target="11" />
<module name="BarrageModule" target="11" />
<module name="common" target="11" />
<module name="console" target="11" />
<module name="CreeperModule" target="11" />
<module name="FileModule" target="11" />
<module name="HotModule" target="11" />
<module name="LiveRecordModule" target="11" />
<module name="PublishModule" target="11" />
<module name="SectionModule" target="9" />
<module name="SectionWorkModule" target="11" />
<module name="VideoSectionModule" target="11" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">

View File

@@ -0,0 +1,68 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AliAccessStaticViaInstance" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliArrayNamingShouldHaveBracket" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliControlFlowStatementWithoutBraces" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliDeprecation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliEqualsAvoidNull" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliLongLiteralsEndingWithLowercaseL" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliMissingOverrideAnnotation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliWrapperTypeEquality" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractClassShouldStartWithAbstractNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractMethodOrInterfaceMethodMustUseJavadoc" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidApacheBeanUtilsCopy" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidCallStaticSimpleDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidCommentBehindStatement" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidComplexCondition" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidConcurrentCompetitionRandom" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidDoubleOrFloatEqualCompare" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidManuallyCreateThread" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidMissUseOfMathRandom" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidNegationOperator" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidNewDateGetTime" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidPatternCompileInMethod" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidReturnInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidStartWithDollarAndUnderLineNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidUseTimer" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaBigDecimalAvoidDoubleConstructor" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaBooleanPropertyShouldNotStartWithIs" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassCastExceptionWithSubListToArrayList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassCastExceptionWithToArray" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassMustHaveAuthor" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassNamingShouldBeCamel" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCollectionInitShouldAssignCapacity" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCommentsMustBeJavadocFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaConcurrentExceptionWithModifyOriginSubList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaConstantFieldShouldBeUpperCase" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCountDownShouldInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaDontModifyInForeachCircle" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaEnumConstantsMustHaveComment" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaExceptionClassShouldEndWithException" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaIbatisMethodQueryForList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaLockShouldWithTryFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaLowerCamelCaseVariableNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaMethodReturnWrapperType" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaMethodTooLong" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPackageNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoMustOverrideToString" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoMustUsePrimitiveField" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoNoDefaultValue" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaRemoveCommentedCode" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaServiceOrDaoClassShouldEndWithImpl" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSneakyThrowsWithoutExceptionType" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaStringConcat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSwitchExpression" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSwitchStatement" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaTestClassShouldEndWithTestNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadLocalShouldRemove" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadPoolCreation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadShouldSetName" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaTransactionMustHaveRollback" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUndefineMagicConstant" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUnsupportedExceptionWithModifyAsList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUseQuietReferenceNotation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUseRightCaseForDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="MapOrSetKeyShouldOverrideHashCodeEquals" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@@ -0,0 +1,4 @@
_
java:S1192"IDefine a constant instead of duplicating this literal "creeper-" 3 times.(˜ÐŸ†
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ªï›¬øÿÿÿÿ

View File

@@ -0,0 +1,11 @@
f
java:S11929"KDefine a constant instead of duplicating this literal "updateTime" 3 times.(<28><>áÓûÿÿÿÿ
T
java:S5993"9Change the visibility of this constructor to "protected".(ªäÜýüÿÿÿÿ
N
java:S5993 "9Change the visibility of this constructor to "protected".(汬l
T
java:S5993R"9Change the visibility of this constructor to "protected".(ò¼úÌÿÿÿÿÿ
[ java:S107R"AConstructor has 8 parameters, which is greater than 7 authorized.(ò¼úÌÿÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(î´ŸÈ

View File

@@ -0,0 +1,5 @@
U
java:S1118":Add a private constructor to hide the implicit public one.(‡ÛŸÚýÿÿÿÿ
?
java:S1185"(Remove this method to simply inherit it.(ˆçŽ<C3A7>

View File

@@ -0,0 +1,23 @@
E
java:S3740"/Provide the parametrized type for this generic.(ŒÄÖ˜
J
java:S3740"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740!"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740!"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
E
java:S3740,"/Provide the parametrized type for this generic.(þº…„
J
java:S37400"/Provide the parametrized type for this generic.(Çñ€Úþÿÿÿÿ
?
java:S2629"$Invoke method(s) only conditionally.(‡’‰×øÿÿÿÿ
:
java:S2629("$Invoke method(s) only conditionally.(©ë‹…
C
java:S5411"(Use a primitive boolean expression here.(û®€€ûÿÿÿÿ
P
java:S1118":Add a private constructor to hide the implicit public one.(«ÆÌ¸

View File

@@ -0,0 +1,2 @@
k java:S117-"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸¤ §ýÿÿÿÿ

View File

@@ -0,0 +1,13 @@
Q
java:S2387";"moduleName" is the name of a field in "CommonInitMachine".( ¦–ò
O
java:S5993W"9Change the visibility of this constructor to "protected".(çÆîÍ
O
java:S5993\"9Change the visibility of this constructor to "protected".(Îúòæ
h
java:S3776,"RRefactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.(ËîÅÐ
U
java:S1161f":Add the "@Override" annotation above this method signature(¬—çÔýÿÿÿÿ
l
java:S4276"URefactor this code to use the more specialised Functional Interface 'BooleanSupplier'(Ó£Ó³

View File

@@ -0,0 +1,10 @@
t
java:S21427"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(<28>”ý¾
N java:S106G"9Replace this use of System.out or System.err by a logger.(”¬˜›
a
java:S1128"FRemove this unused import 'java.util.concurrent.atomic.AtomicBoolean'.(§­‹¼üÿÿÿÿ
I
java:S1144#"3Remove this unused private "InitWorld" constructor.(ù¥Å¿
G
java:S1144E"1Remove this unused private "getAllPlugin" method.(—îïÃ

View File

@@ -0,0 +1,6 @@
;
java:S1905@"&Remove this unnecessary cast to "Map".(š³è4
V java:S125K"<This block of commented-out lines of code should be removed.(¼„ÙÉøÿÿÿÿ
X
java:S1128"BRemove this unused import 'org.example.config.BarrageScoreConfig'.(Ô¼úÂ

View File

@@ -0,0 +1,3 @@
M
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ8§§‡‡œ1

View File

@@ -0,0 +1,3 @@
R
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -0,0 +1,3 @@
R
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -0,0 +1,2 @@
S java:S106 "9Replace this use of System.out or System.err by a logger.(޽ަÿÿÿÿÿ

View File

@@ -0,0 +1,4 @@
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(©®ÃÚþÿÿÿÿ
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(çã—´ýÿÿÿÿ
o java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ϯ·Ã

View File

@@ -0,0 +1,11 @@
n
java:S3008"SRename this field "Instance" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò™€¼ùÿÿÿÿ
P
java:S1118":Add a private constructor to hide the implicit public one.(„®Ä¾
r
java:S3077"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(ò™€¼ùÿÿÿÿ
F
java:S1128"0Remove this unused import 'java.util.ArrayList'.(÷‰îƒ
F
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ

View File

@@ -0,0 +1,3 @@
U
java:S1118":Add a private constructor to hide the implicit public one.(££®õüÿÿÿÿ

View File

@@ -0,0 +1,3 @@
R
java:S1128 "<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -0,0 +1,5 @@
o java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ÿõé 
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(<E28093>ûÿÿÿÿ
Q
java:S1128"6Remove this unused import 'lombok.AllArgsConstructor'.(´œ¾öùÿÿÿÿ

View File

@@ -0,0 +1,26 @@
J
java:S3740?"/Provide the parametrized type for this generic.(ªÛªüøÿÿÿÿ
J
java:S3740K"/Provide the parametrized type for this generic.(˜Ä¦˜ûÿÿÿÿ
E
java:S3740Y"/Provide the parametrized type for this generic.(Û„ÊÑ
J
java:S3740q"/Provide the parametrized type for this generic.(ÝÞž®ÿÿÿÿÿ
J
java:S3740v"/Provide the parametrized type for this generic.(“¼Ì˜ûÿÿÿÿ
ž
java:S1319?"The type of "hotModuleLivePool" should be an interface such as "ConcurrentMap" rather than the implementation "ConcurrentHashMap".(ªÛªüøÿÿÿÿ
x
java:S1104?"]Make hotModuleLivePool a static final constant or non-public and provide accessors if needed.(ªÛªüøÿÿÿÿ
¯
java:S6548"˜A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.(䑚´
r
java:S3077%"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(ª’Àûÿÿÿÿ
c java:S100("NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‘ßÿã
<
java:S1452U"&Remove usage of generic wildcard type.(Š´Âã
<
java:S1452Y"&Remove usage of generic wildcard type.(Û„ÊÑ
H
java:S1135]"2Complete the task associated to this TODO comment.(‡èüÙ

View File

@@ -0,0 +1,10 @@
X
java:S2094
"BRemove this empty class, write its code or make it an "interface".(¿àÔ¸
V java:S125"<This block of commented-out lines of code should be removed.(íÎÏÀùÿÿÿÿ
X
java:S1128"BRemove this unused import 'org.example.config.BarrageScoreConfig'.(Ô¼úÂ
O
java:S1128"4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ
F

View File

@@ -0,0 +1,3 @@
I
java:S1128"-Remove this unused import 'org.slf4j.Logger'.(íØ®68³ìõ¹1

View File

@@ -0,0 +1,23 @@

java:S1130"lRemove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.(ÙØ¤Þýÿÿÿÿ
V java:S125!"<This block of commented-out lines of code should be removed.(û›“Ñúÿÿÿÿ
N java:S106;"9Replace this use of System.out or System.err by a logger.(ʸµ³
S java:S106="9Replace this use of System.out or System.err by a logger.(¬ñé‡þÿÿÿÿ
K
java:S1128"6Remove this unused import 'com.alibaba.fastjson.JSON'.(Ö¢å$
_
java:S1128 "IRemove this unused import 'org.example.constpool.BarrageModuleConstPool'.(¥’‡ 
b
java:S1128
"GRemove this unused import 'org.example.core.listen.BarrageFileMonitor'.(ä±”²ûÿÿÿÿ
O
java:S1128 "4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ
L
java:S1128 "6Remove this unused import 'org.example.util.FileUtil'.(í”Û£
U
java:S1128
":Remove this unused import 'org.example.util.JsonFileUtil'.(“øªŒûÿÿÿÿ
?
java:S1128")Remove this unused import 'java.io.File'.(†Ð¥Å
M

View File

@@ -0,0 +1,15 @@
=
java:S2189.""Add an end condition to this loop.(˜ïˆžÿÿÿÿÿ
i
java:S3008"SRename this field "Instance" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(®°Àˆ
´
java:S6548"˜A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.(Ž¥¡£úÿÿÿÿ
m
java:S3077"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(®°Àˆ
c java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿¥ÝÅ
t
java:S21423"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
> java:S1083")Either remove or fill this block of code.(ä ¹€
]
java:S1128"BRemove this unused import 'org.example.thread.NamedThreadFactory'.(–˜½Üùÿÿÿÿ

View File

@@ -0,0 +1,30 @@
a java:S112­"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
F
java:S3740Œ"/Provide the parametrized type for this generic.(ÐïˆÁ
9
java:S2189¨""Add an end condition to this loop.(´ÿÕ™
w
java:S3008 "aRename this field "MAX_WRITE_BUFFER_LIMIT" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(•®¬®
M
java:S1135"2Complete the task associated to this TODO comment.(¤¥©†þÿÿÿÿ
H
java:S1135&"2Complete the task associated to this TODO comment.(ýÊëº
N
java:S30107"3Remove this assignment of "MAX_WRITE_BUFFER_LIMIT".(¸æüÏþÿÿÿÿ
`
java:S3252"EUse static access with "com.alibaba.fastjson.JSON" for "parseObject".(ƒµƒ¨ùÿÿÿÿ
I
java:S1135"2Complete the task associated to this TODO comment.(ئ¼Å
i
java:S3776<18>"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(<28>¦Í 
a
java:S3252õ"EUse static access with "com.alibaba.fastjson.JSON" for "parseObject".(ƒµƒ¨ùÿÿÿÿ
u
java:S2142ø"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
u
java:S2142¬"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
i
java:S1871½"MThis branch's code block is the same as the block for the branch on line 315.(©®ù‘ùÿÿÿÿ
7
java:S3398<18>" Move this method into "SyncMan".(ãÃù‚

View File

@@ -0,0 +1,7 @@
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(€”½øúÿÿÿÿ
o java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(«ÑÒÍ
n java:S115
"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(Þì<C39E>a
t java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ú«çÔûÿÿÿÿ
v java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(¤¯ºÓ8ÙŸ¢¹1

View File

@@ -0,0 +1,25 @@
^
java:S2094"BRemove this empty class, write its code or make it an "interface".(졨¾Ûœ1
R
java:S1128"6Remove this unused import 'com.alibaba.fastjson.JSON'.(Ö¢å$8<>²ÍÌœ1
f
java:S1128"IRemove this unused import 'org.example.constpool.BarrageModuleConstPool'.(¥’‡ 8<>²ÍÌœ1
_
java:S1128"=Remove this unused import 'org.example.constpool.PluginName'.(•Å’Žüÿÿÿÿ8<>²ÍÌœ1
i
java:S1128"GRemove this unused import 'org.example.core.listen.BarrageFileMonitor'.(ä±”²ûÿÿÿÿ8<>²ÍÌœ1
b
java:S1128"@Remove this unused import 'org.example.init.InitPluginRegister'.(ÆÎë”ûÿÿÿÿ8<>²ÍÌœ1
V
java:S1128"4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ8<>²ÍÌœ1
\
java:S1128 ":Remove this unused import 'org.example.util.JsonFileUtil'.(“øªŒûÿÿÿÿ8<>²ÍÌœ1
F
java:S1128 ")Remove this unused import 'java.io.File'.(†Ð¥Å8<>²ÍÌœ1
C
java:S1128 "&Remove this unused import 'java.util'.(΀ŒÙ8<>²ÍÌœ1
Z
java:S1128
"8Remove this unused import 'java.util.stream.Collectors'.(Óóº´úÿÿÿÿ¾Ûœ1
Q

View File

@@ -0,0 +1,9 @@
P
java:S1118 ":Add a private constructor to hide the implicit public one.(뀵·
Y
java:S1128">Remove this unused import 'org.apache.tomcat.util.bcel.Const'.(…á¯çýÿÿÿÿ
]
java:S1128"GRemove this unused import 'org.example.cache.FileCacheManagerInstance'.(Ç´êå
Z
java:S1128"?Remove this unused import 'org.example.config.HotModuleConfig'.(ÙãÚÃøÿÿÿÿ

View File

@@ -0,0 +1,7 @@
W
java:S1118":Add a private constructor to hide the implicit public one.(þÉ®£8ŒÈˆ1
N
java:S1128"2Remove this unused import 'org.example.bean.Live'.(Îʯm8ŽÈˆ1
s
java:S1128"QRemove this unused import 'org.example.core.control.impl.DouyuHotModuleLoadTask'.(ù·ó¸øÿÿÿÿ8ŽÈˆ1

View File

@@ -0,0 +1,20 @@
g java:S112;"FDefine and throw a dedicated exception instead of using a generic one.(ÚÇ<C39A>öøÿÿÿÿ8眢¹1
] java:S125"<This block of commented-out lines of code should be removed.(Æ£’Åøÿÿÿÿ8„<38>¢¹1
Z java:S1068"9Replace this use of System.out or System.err by a logger.(†€¦¬øÿÿÿÿ8†<38>¢¹1
] java:S125H"<This block of commented-out lines of code should be removed.(ò‘ííûÿÿÿÿ8îŽ1
R
java:S1128"6Remove this unused import 'com.alibaba.fastjson.JSON'.(Ö¢å$8󯼵œ1
]
java:S1128 "ARemove this unused import 'org.example.config.BarrageFileConfig'.(Ñ‹´"8󯼵œ1
_
java:S1128
"BRemove this unused import 'org.example.config.BarrageScoreConfig'.(Ô¼úÂ8ô¯¼µœ1
V
java:S1128 "4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ8ô¯¼µœ1
S
java:S1128
"6Remove this unused import 'org.example.util.FileUtil'.(í”Û£8ô¯¼µœ1
Z
java:S1128"8Remove this unused import 'java.util.stream.Collectors'.(Óóº´úÿÿÿÿ8ô¯¼µœ1
T

View File

@@ -0,0 +1,19 @@
H
java:S2699<"-Add at least one assertion to this test case.(ýÓð®ÿÿÿÿÿ
C
java:S2699D"-Add at least one assertion to this test case.(ó¥Ú<C2A5>
H
java:S2699K"-Add at least one assertion to this test case.(“Ë̃ÿÿÿÿÿ
4
java:S5786"Remove this 'public' modifier.(׋ŽÒ
4
java:S5786*"Remove this 'public' modifier.(ñåè“
9
java:S5786<"Remove this 'public' modifier.(ýÓð®ÿÿÿÿÿ
4
java:S5786D"Remove this 'public' modifier.(ó¥Ú<C2A5>
9
java:S5786K"Remove this 'public' modifier.(“Ë̃ÿÿÿÿÿ
9
java:S5786"Remove this 'public' modifier.(‹¸¨²øÿÿÿÿ

View File

@@ -0,0 +1,5 @@
b
java:S1128"ERemove this unused import 'org.example.core.manager.LoadTaskManager'.(¯«¿º8—¡¾Ûœ1
}
java:S1128"[Remove this unused import 'org.example.pojo.download.assign.BilibiliLiveLoadBarrageConfig'.(¨ÙÇÁÿÿÿÿÿ8˜¡¾Ûœ1

View File

@@ -0,0 +1,3 @@
O
java:S5993"9Change the visibility of this constructor to "protected".(ÚŽÅê

View File

@@ -0,0 +1,5 @@
4
java:S5786q"Remove this 'public' modifier.(Éÿñ¼
:
java:S2925x"$Remove this use of "Thread.sleep()".(—ÎÒ“

View File

@@ -0,0 +1,2 @@
S java:S106 "9Replace this use of System.out or System.err by a logger.(޽ަÿÿÿÿÿ

View File

@@ -0,0 +1,27 @@
D
java:S1121V".Extract the assignment out of this expression.(“¹ý¬
B
java:S1602<",Remove useless curly braces around statement(†ó ñ
`
java:S3252="EUse static access with "com.alibaba.fastjson.JSON" for "parseObject".(²¬ÿ¢üÿÿÿÿ
g
java:S3776L"RRefactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed.(ú¡­,
t
java:S2142m"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(<28>”ý¾
T
java:S1155V">Use isEmpty() to check whether the collection is empty or not.(“¹ý¬
M
java:S1135`"2Complete the task associated to this TODO comment.(ìáòðüÿÿÿÿ
J
java:S1611d"/Remove the parentheses around the "t" parameter(¶¸ñ¦üÿÿÿÿ
G
java:S1602d",Remove useless curly braces around statement(¶¸ñ¦üÿÿÿÿ
O java:S899v":Do something with the "boolean" value returned by "offer".(Ö½·£
U java:S899<18>":Do something with the "boolean" value returned by "offer".(®šã—ýÿÿÿÿ
V
java:S1128"@Remove this unused import 'org.example.exception.InitException'.(Ÿ°©½
Y
java:S1128"CRemove this unused import 'org.example.init.TaskCenterInitMachine'.(«Ÿ¸Ò
a
java:S1128"FRemove this unused import 'org.example.thread.ChopperBotGuardianTask'.(Ì“™ªýÿÿÿÿ

View File

@@ -0,0 +1,3 @@
\
java:S1118 ":Add a private constructor to hide the implicit public one.(´â³Óüÿÿÿÿ8Žú<C5BD>Š1

View File

@@ -0,0 +1,7 @@
V
java:S5993""9Change the visibility of this constructor to "protected".(ϸ“ò8ŠÔè¸1
V
java:S5993*"9Change the visibility of this constructor to "protected".(óïù¨8ŠÔè¸1
[
java:S59930"9Change the visibility of this constructor to "protected".(Š ùÖüÿÿÿÿ8Ôè¸1

View File

@@ -0,0 +1,10 @@
´
java:S6548"˜A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.(¼±šåùÿÿÿÿ
m
java:S3077"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(š„ˆ¤
M
java:S1135"2Complete the task associated to this TODO comment.(¿úÏÝùÿÿÿÿ
[
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(š„ˆ¤
h java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(„áÀÝùÿÿÿÿ

0
.idea/sonarlint/issuestore/index.pb generated Normal file
View File

Some files were not shown because too many files have changed in this diff Show More