mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-06-03 05:12:19 +08:00
账号模块-切片推送通道插件#20(1.3)
This commit is contained in:
11
.idea/aws.xml
generated
Normal file
11
.idea/aws.xml
generated
Normal 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
14
.idea/compiler.xml
generated
@@ -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">
|
||||
|
||||
68
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
68
.idea/inspectionProfiles/Project_Default.xml
generated
Normal 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>
|
||||
4
.idea/sonarlint/issuestore/0/1/012f7906dc14005094947fe114b9bf2f2ba66e93
generated
Normal file
4
.idea/sonarlint/issuestore/0/1/012f7906dc14005094947fe114b9bf2f2ba66e93
generated
Normal 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]+)*$'.(ªï›¬øÿÿÿÿ
|
||||
0
.idea/sonarlint/issuestore/0/8/0823e18de12cccc88b4983daa3953fe80f287e7b
generated
Normal file
0
.idea/sonarlint/issuestore/0/8/0823e18de12cccc88b4983daa3953fe80f287e7b
generated
Normal file
11
.idea/sonarlint/issuestore/0/b/0bc21e84884ba70bc681ab1ea9f2e1d93edaa82e
generated
Normal file
11
.idea/sonarlint/issuestore/0/b/0bc21e84884ba70bc681ab1ea9f2e1d93edaa82e
generated
Normal 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.(î´ŸÈ
|
||||
5
.idea/sonarlint/issuestore/0/f/0f79adc04406d1d3fc415cf5fb2600c9bd9ede0d
generated
Normal file
5
.idea/sonarlint/issuestore/0/f/0f79adc04406d1d3fc415cf5fb2600c9bd9ede0d
generated
Normal 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>
|
||||
23
.idea/sonarlint/issuestore/1/7/1734719c694a04ba5fa50ee72d3b59f91872d104
generated
Normal file
23
.idea/sonarlint/issuestore/1/7/1734719c694a04ba5fa50ee72d3b59f91872d104
generated
Normal 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.(«ÆÌ¸
|
||||
2
.idea/sonarlint/issuestore/1/b/1b9afc410dc62d17d9ab2915d37abd3e58313070
generated
Normal file
2
.idea/sonarlint/issuestore/1/b/1b9afc410dc62d17d9ab2915d37abd3e58313070
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
k java:S117-"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸¤ §ýÿÿÿÿ
|
||||
13
.idea/sonarlint/issuestore/1/b/1bb57542ffe25c339b919d7050edbc4c92be7c26
generated
Normal file
13
.idea/sonarlint/issuestore/1/b/1bb57542ffe25c339b919d7050edbc4c92be7c26
generated
Normal 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'(Ó£Ó³
|
||||
10
.idea/sonarlint/issuestore/1/c/1caf70a151faccc723d2c9674327a4415a1833bd
generated
Normal file
10
.idea/sonarlint/issuestore/1/c/1caf70a151faccc723d2c9674327a4415a1833bd
generated
Normal 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.(—îïÃ
|
||||
0
.idea/sonarlint/issuestore/2/0/20519ce9d7fe3f51b7cd369188618a000b2cdb9d
generated
Normal file
0
.idea/sonarlint/issuestore/2/0/20519ce9d7fe3f51b7cd369188618a000b2cdb9d
generated
Normal file
6
.idea/sonarlint/issuestore/2/1/2183bcebdb51e0e3c865dbc93ad11475e4a699f1
generated
Normal file
6
.idea/sonarlint/issuestore/2/1/2183bcebdb51e0e3c865dbc93ad11475e4a699f1
generated
Normal 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'.(Ô¼úÂ
|
||||
3
.idea/sonarlint/issuestore/2/4/249234213b73349aed38ccfd92c8f83d53a3608e
generated
Normal file
3
.idea/sonarlint/issuestore/2/4/249234213b73349aed38ccfd92c8f83d53a3608e
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
M
|
||||
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ8§§‡‡œ1
|
||||
0
.idea/sonarlint/issuestore/2/7/27a336e70bc50128c82abcc0724ab3bcfe1764b2
generated
Normal file
0
.idea/sonarlint/issuestore/2/7/27a336e70bc50128c82abcc0724ab3bcfe1764b2
generated
Normal file
3
.idea/sonarlint/issuestore/3/1/31728e276e542416c293aa97edc05d25b618615e
generated
Normal file
3
.idea/sonarlint/issuestore/3/1/31728e276e542416c293aa97edc05d25b618615e
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
R
|
||||
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×
|
||||
3
.idea/sonarlint/issuestore/3/4/34b5cef54a0251a13f8bdca4a46006e5a1bf276d
generated
Normal file
3
.idea/sonarlint/issuestore/3/4/34b5cef54a0251a13f8bdca4a46006e5a1bf276d
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
R
|
||||
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×
|
||||
0
.idea/sonarlint/issuestore/3/6/36094dfd6abf497c7637fd5c8a6da38fc7892965
generated
Normal file
0
.idea/sonarlint/issuestore/3/6/36094dfd6abf497c7637fd5c8a6da38fc7892965
generated
Normal file
2
.idea/sonarlint/issuestore/3/6/36a774aa56ac6b1a2f37966a786d6ae458df5ebe
generated
Normal file
2
.idea/sonarlint/issuestore/3/6/36a774aa56ac6b1a2f37966a786d6ae458df5ebe
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
S java:S106"9Replace this use of System.out or System.err by a logger.(޽ަÿÿÿÿÿ
|
||||
4
.idea/sonarlint/issuestore/3/7/3791e1171dfbe217d791e728fb862636a7d4e470
generated
Normal file
4
.idea/sonarlint/issuestore/3/7/3791e1171dfbe217d791e728fb862636a7d4e470
generated
Normal 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]+)*$'.(ϯ·Ã
|
||||
0
.idea/sonarlint/issuestore/3/b/3bc2dc0ff502b3694510f3d563bbe1f42039737b
generated
Normal file
0
.idea/sonarlint/issuestore/3/b/3bc2dc0ff502b3694510f3d563bbe1f42039737b
generated
Normal file
11
.idea/sonarlint/issuestore/4/6/4636f0ebd6345f1e4d2175e926f1d31050dc775d
generated
Normal file
11
.idea/sonarlint/issuestore/4/6/4636f0ebd6345f1e4d2175e926f1d31050dc775d
generated
Normal 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'.(Õë±Äøÿÿÿÿ
|
||||
0
.idea/sonarlint/issuestore/5/5/559f4b8e43e85c8ff4971c7000090055cdca380e
generated
Normal file
0
.idea/sonarlint/issuestore/5/5/559f4b8e43e85c8ff4971c7000090055cdca380e
generated
Normal file
0
.idea/sonarlint/issuestore/5/8/58536cf42435f2a7cb16a7e8ac85d71693ae61f6
generated
Normal file
0
.idea/sonarlint/issuestore/5/8/58536cf42435f2a7cb16a7e8ac85d71693ae61f6
generated
Normal file
0
.idea/sonarlint/issuestore/5/9/59f2820cbd6046c739d77152873364473c96183a
generated
Normal file
0
.idea/sonarlint/issuestore/5/9/59f2820cbd6046c739d77152873364473c96183a
generated
Normal file
3
.idea/sonarlint/issuestore/5/b/5b5bf87a1a8494b5886e4ab6ea78d81abbc1fc5c
generated
Normal file
3
.idea/sonarlint/issuestore/5/b/5b5bf87a1a8494b5886e4ab6ea78d81abbc1fc5c
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
U
|
||||
java:S1118":Add a private constructor to hide the implicit public one.(££®õüÿÿÿÿ
|
||||
3
.idea/sonarlint/issuestore/6/2/62dde9622108b907a08626edaed9c65a759e5052
generated
Normal file
3
.idea/sonarlint/issuestore/6/2/62dde9622108b907a08626edaed9c65a759e5052
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
R
|
||||
java:S1128 "<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×
|
||||
5
.idea/sonarlint/issuestore/6/a/6aa4ee45d8c20a0011bc03d2b9628a070cfe96d9
generated
Normal file
5
.idea/sonarlint/issuestore/6/a/6aa4ee45d8c20a0011bc03d2b9628a070cfe96d9
generated
Normal 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'.(´œ¾öùÿÿÿÿ
|
||||
26
.idea/sonarlint/issuestore/6/a/6afff8b3fe2ef1e256c78a356f33210c398f8159
generated
Normal file
26
.idea/sonarlint/issuestore/6/a/6afff8b3fe2ef1e256c78a356f33210c398f8159
generated
Normal 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.(‡èüÙ
|
||||
10
.idea/sonarlint/issuestore/7/0/706690edb285a8643f843dc8bf30fc28af4a2d65
generated
Normal file
10
.idea/sonarlint/issuestore/7/0/706690edb285a8643f843dc8bf30fc28af4a2d65
generated
Normal 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
|
||||
3
.idea/sonarlint/issuestore/7/6/764f77118dca61b2fd5bb1f484d11c2aa04e5d80
generated
Normal file
3
.idea/sonarlint/issuestore/7/6/764f77118dca61b2fd5bb1f484d11c2aa04e5d80
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
I
|
||||
java:S1128"-Remove this unused import 'org.slf4j.Logger'.(íØ®68³ìõ¹›1
|
||||
23
.idea/sonarlint/issuestore/7/b/7b332871f32095c05a105e43408b1878dff83c6a
generated
Normal file
23
.idea/sonarlint/issuestore/7/b/7b332871f32095c05a105e43408b1878dff83c6a
generated
Normal 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
|
||||
15
.idea/sonarlint/issuestore/7/b/7bc27b18656bce74aae1058d0f5d44d2d1d5442c
generated
Normal file
15
.idea/sonarlint/issuestore/7/b/7bc27b18656bce74aae1058d0f5d44d2d1d5442c
generated
Normal 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'.(–˜½Üùÿÿÿÿ
|
||||
30
.idea/sonarlint/issuestore/8/1/811aa91b5fdffbdf3ed698fd1e5470f025a79c22
generated
Normal file
30
.idea/sonarlint/issuestore/8/1/811aa91b5fdffbdf3ed698fd1e5470f025a79c22
generated
Normal 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".(ãÃù‚
|
||||
7
.idea/sonarlint/issuestore/8/7/878959993273aadcc03fc28ac79221be210ffe66
generated
Normal file
7
.idea/sonarlint/issuestore/8/7/878959993273aadcc03fc28ac79221be210ffe66
generated
Normal 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
|
||||
25
.idea/sonarlint/issuestore/9/0/90368abb7449b56ade522bc81eed6f2d24484208
generated
Normal file
25
.idea/sonarlint/issuestore/9/0/90368abb7449b56ade522bc81eed6f2d24484208
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
^
|
||||
java:S2094"BRemove this empty class, write its code or make it an "interface".(졨8³’¾Ûœ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'.(Óóº´úÿÿÿÿ8À’¾Ûœ1
|
||||
Q
|
||||
9
.idea/sonarlint/issuestore/9/3/93c1598ebdfbb15be1db482e867c95c4bf3c0837
generated
Normal file
9
.idea/sonarlint/issuestore/9/3/93c1598ebdfbb15be1db482e867c95c4bf3c0837
generated
Normal 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'.(ÙãÚÃøÿÿÿÿ
|
||||
0
.idea/sonarlint/issuestore/9/d/9d42149912c9f2acaac55a184d686c810a4b77e6
generated
Normal file
0
.idea/sonarlint/issuestore/9/d/9d42149912c9f2acaac55a184d686c810a4b77e6
generated
Normal file
7
.idea/sonarlint/issuestore/9/e/9e632b3ebc48a274a6365fd1f24968abbae87ca9
generated
Normal file
7
.idea/sonarlint/issuestore/9/e/9e632b3ebc48a274a6365fd1f24968abbae87ca9
generated
Normal 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
|
||||
20
.idea/sonarlint/issuestore/a/6/a69515656597d9417b458cdd1fe36b196c3e5d4b
generated
Normal file
20
.idea/sonarlint/issuestore/a/6/a69515656597d9417b458cdd1fe36b196c3e5d4b
generated
Normal 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
|
||||
0
.idea/sonarlint/issuestore/a/8/a848446d8532981adf861e1cae889e98e97f8ac6
generated
Normal file
0
.idea/sonarlint/issuestore/a/8/a848446d8532981adf861e1cae889e98e97f8ac6
generated
Normal file
0
.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
generated
Normal file
0
.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
generated
Normal file
0
.idea/sonarlint/issuestore/a/e/ae3c981be64c8dfc3e92058b325bed0247378eaa
generated
Normal file
0
.idea/sonarlint/issuestore/a/e/ae3c981be64c8dfc3e92058b325bed0247378eaa
generated
Normal file
0
.idea/sonarlint/issuestore/b/4/b48dd09f2fbe60367cfe2af2797c4906bb37b9e7
generated
Normal file
0
.idea/sonarlint/issuestore/b/4/b48dd09f2fbe60367cfe2af2797c4906bb37b9e7
generated
Normal file
19
.idea/sonarlint/issuestore/b/d/bdcbfcd214192a72344a5866ec07a7533f5f7ddc
generated
Normal file
19
.idea/sonarlint/issuestore/b/d/bdcbfcd214192a72344a5866ec07a7533f5f7ddc
generated
Normal 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.(‹¸¨²øÿÿÿÿ
|
||||
0
.idea/sonarlint/issuestore/c/0/c09aaee5e97510913c4b6fb01b9fbf5306ed529b
generated
Normal file
0
.idea/sonarlint/issuestore/c/0/c09aaee5e97510913c4b6fb01b9fbf5306ed529b
generated
Normal file
5
.idea/sonarlint/issuestore/c/b/cb3b6e2d09c1e049e6b56c529b481acb62ae9adb
generated
Normal file
5
.idea/sonarlint/issuestore/c/b/cb3b6e2d09c1e049e6b56c529b481acb62ae9adb
generated
Normal 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
|
||||
3
.idea/sonarlint/issuestore/d/4/d47d00660ac1322b7da35a497912c96cc637a119
generated
Normal file
3
.idea/sonarlint/issuestore/d/4/d47d00660ac1322b7da35a497912c96cc637a119
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
O
|
||||
java:S5993"9Change the visibility of this constructor to "protected".(ÚŽÅê
|
||||
0
.idea/sonarlint/issuestore/d/7/d7fac714493d10e5715e8b9f161a69e385034ffe
generated
Normal file
0
.idea/sonarlint/issuestore/d/7/d7fac714493d10e5715e8b9f161a69e385034ffe
generated
Normal file
5
.idea/sonarlint/issuestore/d/d/ddf46f7bbdde19c274961f021a7c937b24ffbe6e
generated
Normal file
5
.idea/sonarlint/issuestore/d/d/ddf46f7bbdde19c274961f021a7c937b24ffbe6e
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
4
|
||||
java:S5786q"Remove this 'public' modifier.(Éÿñ¼
|
||||
:
|
||||
java:S2925x"$Remove this use of "Thread.sleep()".(—ÎÒ“
|
||||
2
.idea/sonarlint/issuestore/e/9/e948765ccd246c5d3bfe55ce28cead3ea6763140
generated
Normal file
2
.idea/sonarlint/issuestore/e/9/e948765ccd246c5d3bfe55ce28cead3ea6763140
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
S java:S106"9Replace this use of System.out or System.err by a logger.(޽ަÿÿÿÿÿ
|
||||
27
.idea/sonarlint/issuestore/e/b/eb1eafe1f883c1d6dc9b89023ce793377c1c964c
generated
Normal file
27
.idea/sonarlint/issuestore/e/b/eb1eafe1f883c1d6dc9b89023ce793377c1c964c
generated
Normal 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'.(Ì“™ªýÿÿÿÿ
|
||||
3
.idea/sonarlint/issuestore/e/d/ed2d65be626c048a73e8deefc4ffa44097cf8688
generated
Normal file
3
.idea/sonarlint/issuestore/e/d/ed2d65be626c048a73e8deefc4ffa44097cf8688
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
\
|
||||
java:S1118":Add a private constructor to hide the implicit public one.(´â³Óüÿÿÿÿ8Žú<C5BD>Š›1
|
||||
7
.idea/sonarlint/issuestore/f/6/f6a165f41aded04e4a89bccf1fb5f2cf86802e1e
generated
Normal file
7
.idea/sonarlint/issuestore/f/6/f6a165f41aded04e4a89bccf1fb5f2cf86802e1e
generated
Normal 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
|
||||
10
.idea/sonarlint/issuestore/f/8/f861838772f437e72fd836e191f38859fd4f78b8
generated
Normal file
10
.idea/sonarlint/issuestore/f/8/f861838772f437e72fd836e191f38859fd4f78b8
generated
Normal 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
0
.idea/sonarlint/issuestore/index.pb
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/1/012f7906dc14005094947fe114b9bf2f2ba66e93
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/1/012f7906dc14005094947fe114b9bf2f2ba66e93
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/8/0823e18de12cccc88b4983daa3953fe80f287e7b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/8/0823e18de12cccc88b4983daa3953fe80f287e7b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/b/0bc21e84884ba70bc681ab1ea9f2e1d93edaa82e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/b/0bc21e84884ba70bc681ab1ea9f2e1d93edaa82e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/f/0f79adc04406d1d3fc415cf5fb2600c9bd9ede0d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/0/f/0f79adc04406d1d3fc415cf5fb2600c9bd9ede0d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/7/1734719c694a04ba5fa50ee72d3b59f91872d104
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/7/1734719c694a04ba5fa50ee72d3b59f91872d104
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/b/1b9afc410dc62d17d9ab2915d37abd3e58313070
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/b/1b9afc410dc62d17d9ab2915d37abd3e58313070
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/b/1bb57542ffe25c339b919d7050edbc4c92be7c26
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/b/1bb57542ffe25c339b919d7050edbc4c92be7c26
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/c/1caf70a151faccc723d2c9674327a4415a1833bd
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/1/c/1caf70a151faccc723d2c9674327a4415a1833bd
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/0/20519ce9d7fe3f51b7cd369188618a000b2cdb9d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/0/20519ce9d7fe3f51b7cd369188618a000b2cdb9d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/1/2183bcebdb51e0e3c865dbc93ad11475e4a699f1
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/1/2183bcebdb51e0e3c865dbc93ad11475e4a699f1
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/4/249234213b73349aed38ccfd92c8f83d53a3608e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/4/249234213b73349aed38ccfd92c8f83d53a3608e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/7/27a336e70bc50128c82abcc0724ab3bcfe1764b2
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/2/7/27a336e70bc50128c82abcc0724ab3bcfe1764b2
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/1/31728e276e542416c293aa97edc05d25b618615e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/1/31728e276e542416c293aa97edc05d25b618615e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/4/34b5cef54a0251a13f8bdca4a46006e5a1bf276d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/4/34b5cef54a0251a13f8bdca4a46006e5a1bf276d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/6/36094dfd6abf497c7637fd5c8a6da38fc7892965
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/6/36094dfd6abf497c7637fd5c8a6da38fc7892965
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/6/36a774aa56ac6b1a2f37966a786d6ae458df5ebe
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/6/36a774aa56ac6b1a2f37966a786d6ae458df5ebe
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/7/3791e1171dfbe217d791e728fb862636a7d4e470
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/7/3791e1171dfbe217d791e728fb862636a7d4e470
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/b/3bc2dc0ff502b3694510f3d563bbe1f42039737b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/3/b/3bc2dc0ff502b3694510f3d563bbe1f42039737b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/4/6/4636f0ebd6345f1e4d2175e926f1d31050dc775d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/4/6/4636f0ebd6345f1e4d2175e926f1d31050dc775d
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/5/559f4b8e43e85c8ff4971c7000090055cdca380e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/5/559f4b8e43e85c8ff4971c7000090055cdca380e
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/8/58536cf42435f2a7cb16a7e8ac85d71693ae61f6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/8/58536cf42435f2a7cb16a7e8ac85d71693ae61f6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/9/59f2820cbd6046c739d77152873364473c96183a
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/9/59f2820cbd6046c739d77152873364473c96183a
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/b/5b5bf87a1a8494b5886e4ab6ea78d81abbc1fc5c
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/5/b/5b5bf87a1a8494b5886e4ab6ea78d81abbc1fc5c
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/2/62dde9622108b907a08626edaed9c65a759e5052
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/2/62dde9622108b907a08626edaed9c65a759e5052
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/a/6aa4ee45d8c20a0011bc03d2b9628a070cfe96d9
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/a/6aa4ee45d8c20a0011bc03d2b9628a070cfe96d9
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/a/6afff8b3fe2ef1e256c78a356f33210c398f8159
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/6/a/6afff8b3fe2ef1e256c78a356f33210c398f8159
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/0/706690edb285a8643f843dc8bf30fc28af4a2d65
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/0/706690edb285a8643f843dc8bf30fc28af4a2d65
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/6/764f77118dca61b2fd5bb1f484d11c2aa04e5d80
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/6/764f77118dca61b2fd5bb1f484d11c2aa04e5d80
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/b/7b332871f32095c05a105e43408b1878dff83c6a
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/b/7b332871f32095c05a105e43408b1878dff83c6a
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/b/7bc27b18656bce74aae1058d0f5d44d2d1d5442c
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/7/b/7bc27b18656bce74aae1058d0f5d44d2d1d5442c
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/8/1/811aa91b5fdffbdf3ed698fd1e5470f025a79c22
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/8/1/811aa91b5fdffbdf3ed698fd1e5470f025a79c22
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/8/7/878959993273aadcc03fc28ac79221be210ffe66
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/8/7/878959993273aadcc03fc28ac79221be210ffe66
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/0/90368abb7449b56ade522bc81eed6f2d24484208
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/0/90368abb7449b56ade522bc81eed6f2d24484208
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/3/93c1598ebdfbb15be1db482e867c95c4bf3c0837
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/3/93c1598ebdfbb15be1db482e867c95c4bf3c0837
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/d/9d42149912c9f2acaac55a184d686c810a4b77e6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/d/9d42149912c9f2acaac55a184d686c810a4b77e6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/e/9e632b3ebc48a274a6365fd1f24968abbae87ca9
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/9/e/9e632b3ebc48a274a6365fd1f24968abbae87ca9
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/6/a69515656597d9417b458cdd1fe36b196c3e5d4b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/6/a69515656597d9417b458cdd1fe36b196c3e5d4b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/8/a848446d8532981adf861e1cae889e98e97f8ac6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/8/a848446d8532981adf861e1cae889e98e97f8ac6
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/e/ae3c981be64c8dfc3e92058b325bed0247378eaa
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/a/e/ae3c981be64c8dfc3e92058b325bed0247378eaa
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/b/4/b48dd09f2fbe60367cfe2af2797c4906bb37b9e7
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/b/4/b48dd09f2fbe60367cfe2af2797c4906bb37b9e7
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/b/d/bdcbfcd214192a72344a5866ec07a7533f5f7ddc
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/b/d/bdcbfcd214192a72344a5866ec07a7533f5f7ddc
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/c/0/c09aaee5e97510913c4b6fb01b9fbf5306ed529b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/c/0/c09aaee5e97510913c4b6fb01b9fbf5306ed529b
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/c/b/cb3b6e2d09c1e049e6b56c529b481acb62ae9adb
generated
Normal file
0
.idea/sonarlint/securityhotspotstore/c/b/cb3b6e2d09c1e049e6b56c529b481acb62ae9adb
generated
Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user