This commit is contained in:
kchh 2024-06-13 15:27:54 +08:00
commit 55a57418c3
1275 changed files with 41872 additions and 0 deletions

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# 默认忽略的文件
/shelf/
/workspace.xml

19
.idea/compiler.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="models" />
<module name="interfaces" />
<module name="mapper" />
<module name="wx-applet-admin" />
<module name="utils" />
<module name="wx-applet" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="8" />
</component>
</project>

7
.idea/encodings.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/utils/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/utils/src/main/resources" charset="UTF-8" />
</component>
</project>

View File

@ -0,0 +1,8 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
<option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,com.github.pagehelper.page.PageMethod,startPage" />
</inspection_tool>
</profile>
</component>

25
.idea/jarRepositories.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/central/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="SonarLintModuleSettings">
<option name="uniqueId" value="cc99a990-1b93-44fc-9946-6ccaef08b5fa" />
</component>
</module>

11
.idea/misc.xml Normal file
View File

@ -0,0 +1,11 @@
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>

View File

@ -0,0 +1,15 @@
Y
java:S2589s"7Remove this expression which always evaluates to "true"(îä·‚úÿÿÿÿ8ÁôÉìé1
Z
java:S2589"7Remove this expression which always evaluates to "true"(îä·‚úÿÿÿÿ8ÁôÉìé1
Z
java:S2589¾"7Remove this expression which always evaluates to "true"(îä·‚úÿÿÿÿ8ÀôÉìé1
^ java:S125Õ"<This block of commented-out lines of code should be removed.(Æîöæþÿÿÿÿ8¨õÉìé1
d
java:S1128"HRemove this unused import 'com.haitongauto.rtosac.service.UsersService'.(ÕÃ¥l8°õÉìé1
]
java:S1128
"@Remove this unused import 'org.apache.ibatis.annotations.Param'.(á¬Ó²8²õÉìé1
R
java:S1128"0Remove this unused import 'java.time.LocalTime'.(à®øÃùÿÿÿÿ8´õÉìé1

View File

@ -0,0 +1,16 @@
\
java:S1118 ":Add a private constructor to hide the implicit public one.(ý‡Ùêüÿÿÿÿ8<>´Ôð1
X java:S125"<This block of commented-out lines of code should be removed.(ÐÿúÖ8<>´Ôð1
L
java:S2093%"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ8<>´Ôð1
X java:S125O"<This block of commented-out lines of code should be removed.(ÐÿúÖ8ž¶´Ôð1
L
java:S2093Y"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ8¥¶´Ôð1
Y java:S125"<This block of commented-out lines of code should be removed.(ÐÿúÖ8¦¶´Ôð1
M
java:S2093"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ8®¶´Ôð1
M
java:S2093Ì"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ8µ¶´Ôð1
M
java:S1128 "+Remove this unused import 'java.util.UUID'.(ÀãÄ£úÿÿÿÿ8¥ä÷Ôð1

View File

@ -0,0 +1,3 @@
G
java:S1128"1Remove this unused import 'java.math.BigDecimal'.(ê<>êŠ

View File

@ -0,0 +1,4 @@
8xml:S125""Remove this commented out code.(—†<E28094>Âûÿÿÿÿ
4xml:S125©"Remove this commented out code.(¾Íáí
4xml:S125®"Remove this commented out code.(Ý<>²×

View File

@ -0,0 +1,5 @@
œ
java:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ñ¹•¾üÿÿÿÿ
R
java:S1874("7Remove this use of "getCellTypeEnum"; it is deprecated.(ƒŒ’ªýÿÿÿÿ

View File

@ -0,0 +1,2 @@
V java:S125"<This block of commented-out lines of code should be removed.(ÒÌâ–øÿÿÿÿ

View File

@ -0,0 +1,12 @@
U
java:S2589"8Remove this expression which always evaluates to "false"(ÔÕªé×µùÓ1
U
java:S2589&"8Remove this expression which always evaluates to "false"(ÔÕªé8Ãÿ³ùÓ1
W
java:S1118
":Add a private constructor to hide the implicit public one.(–«¾¤8ꯞöÓ1
o java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¹ÉþÖøÿÿÿÿ8쯞öÓ1
o java:S100 "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ñÒÂãúÿÿÿÿ8ò¯žöÓ1
L
java:S5869="*Remove duplicates in this character class.(Õåï›þÿÿÿÿ8û¯žöÓ1

View File

@ -0,0 +1,14 @@
^ java:S125á"<This block of commented-out lines of code should be removed.(Ï¢ÒÁþÿÿÿÿŸ¢á1
^ java:S125â"<This block of commented-out lines of code should be removed.(ò¤Íýþÿÿÿÿ8úŽÉ á1
^ java:S125ð"<This block of commented-out lines of code should be removed.(©¦Àïÿÿÿÿÿ8üŽÉ á1
^ java:S125"<This block of commented-out lines of code should be removed.(ÁÁš±ùÿÿÿÿ8ýŽÉ á1
^ java:S125Â"<This block of commented-out lines of code should be removed.(ðÁŸ´þÿÿÿÿ8úêõ¬å1
Y java:S125Ö"<This block of commented-out lines of code should be removed.(<28>ÇŸ‰8ëõ¬å1
L
java:S1940×")Use the opposite operator (">=") instead.(ŒÀ¨¦ûÿÿÿÿ8ƒëõ¬å1
o
java:S1128
"RRemove this unused import 'org.springframework.web.bind.annotation.RequestHeader'.(ØÙë™8šö¥³€2
W
java:S1128":Remove this unused import 'java.util.concurrent.TimeUnit'.(Æ™<C386>þ8ö¥³€2

View File

@ -0,0 +1,4 @@
Q java:S1257"<This block of commented-out lines of code should be removed.(Šó¾–
R java:S125Á"<This block of commented-out lines of code should be removed.(Šó¾–
R java:S125æ"<This block of commented-out lines of code should be removed.(Ž<>ú 

View File

@ -0,0 +1,8 @@
Y java:S107"=Method has 10 parameters, which is greater than 7 authorized.(±ÔÒ<C394>8<>Í°šÕ1
X java:S107'"<Method has 8 parameters, which is greater than 7 authorized.(øÕýÄ8<>Í°šÕ1
j java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±ÔÒ<C394>8<>Í°šÕ1
j java:S100'"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(øÕýÄ8Í°šÕ1
j java:S100)"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Äèœã8Í°šÕ1
j java:S100:"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Žœ¿¾8Í°šÕ1
o java:S100<"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¯·<C2AF>½ÿÿÿÿÿ8Í°šÕ1

View File

@ -0,0 +1,3 @@
]
java:S1128 "@Remove this unused import 'org.apache.ibatis.annotations.Param'.(á¬Ó²8©Æý<C386>õ1

View File

@ -0,0 +1,18 @@
v
java:S2293C"YReplace the type specification in this constructor call with the diamond operator ("<>").(<28>õîÏ8²òÞžð1
{ java:S120"ZRename this package name to match the regular expression '^[a-z_]+(\.[a-z_][a-z0-9_]*)*$'.(ÏÚŽµýÿÿÿÿ8¶òÞžð1
] java:S125k"<This block of commented-out lines of code should be removed.(²µÁ«ûÿÿÿÿ8±÷Þžð1
J java:S108r")Either remove or fill this block of code.(±Ÿ—±ÿÿÿÿÿ8²÷Þžð1
] java:S125z"<This block of commented-out lines of code should be removed.(„…áÅÿÿÿÿÿ8³÷Þžð1
Y java:S125<18>"<This block of commented-out lines of code should be removed.(Î<>«í8¶÷Þžð1
^ java:S125®"<This block of commented-out lines of code should be removed.(ŸÙ¥æøÿÿÿÿ8Ð÷Þžð1
^ java:S125Ì"<This block of commented-out lines of code should be removed.(²µÁ«ûÿÿÿÿ8Ø÷Þžð1
K java:S108Ó")Either remove or fill this block of code.(Ƹۂøÿÿÿÿ8Ù÷Þžð1
^ java:S125Û"<This block of commented-out lines of code should be removed.(„…áÅÿÿÿÿÿ8Ü÷Þžð1
Y java:S125"<This block of commented-out lines of code should be removed.(ÅÅÏå8é÷Þžð1
Y java:S125³"<This block of commented-out lines of code should be removed.(ĩá8ð÷Þžð1
k
java:S1128 "IRemove this unused import 'com.haitongauto.mapper.base.PunchClockMapper'.(Áð¶Åýÿÿÿÿ8ò÷Þžð1
`
java:S1128">Remove this unused import 'com.haitongauto.models.dto.DicDto'.(·¦ô¸ÿÿÿÿÿ8ò÷Þžð1

View File

@ -0,0 +1,3 @@
p
java:S1128"URemove this unused import 'com.haitongauto.models.ido.receiving.ReceivingVehicleIdo'.(¸Ø<C2B8>„øÿÿÿÿ

View File

@ -0,0 +1,2 @@
n java:S101 "MRename this class name to match the regular expression '^[A-Z][a-zA-Z0-9]*$'.(ü¦ˆÏúÿÿÿÿ8¿çÂýÒ1

View File

@ -0,0 +1,16 @@
Z
java:S2629±"7Use the built-in formatting to construct this argument.(Ž¥ý·øÿÿÿÿ˜ü÷1
Z
java:S2629¿"7Use the built-in formatting to construct this argument.(Ž¥ý·øÿÿÿÿ˜ü÷1
U
java:S2629Â"7Use the built-in formatting to construct this argument.(紽Șü÷1
Q
java:S3416"4Update this logger to use "MessageController.class".(Ïî„“8¯™ü÷1
] java:S125l"<This block of commented-out lines of code should be removed.(õ­<C3B5>ñøÿÿÿÿ8Ùü÷1
d
java:S3457±"AFormat specifiers should be used instead of string concatenation.(Ž¥ý·øÿÿÿÿ8Ê™ü÷1
d
java:S3457¿"AFormat specifiers should be used instead of string concatenation.(Ž¥ý·øÿÿÿÿ8Ë™ü÷1
_
java:S3457Â"AFormat specifiers should be used instead of string concatenation.(ç´½È8Ì™ü÷1

View File

@ -0,0 +1,2 @@
V java:S125 "<This block of commented-out lines of code should be removed.(ĦТÿÿÿÿÿ

View File

@ -0,0 +1,22 @@
J
java:S4274P"(Replace this assert with a proper check.(šÚÇÙÿÿÿÿÿ8¦Ê¹éÎ1
Y java:S125<18>"<This block of commented-out lines of code should be removed.(¾¹Œ›8±Ê¹éÎ1
^ java:S125´"<This block of commented-out lines of code should be removed.(Ýâ“·ýÿÿÿÿ8´Ê¹éÎ1
Y java:S125"<This block of commented-out lines of code should be removed.(ˆ¨©á8µÊ¹éÎ1
Y java:S125¹"<This block of commented-out lines of code should be removed.(Ã<>ÝÚ8µÊ¹éÎ1
^ java:S125¾"<This block of commented-out lines of code should be removed.(Þ®ÎÀùÿÿÿÿ8¶Ê¹éÎ1
Y java:S125À"<This block of commented-out lines of code should be removed.(…ÆŠŽ8¶Ê¹éÎ1
^ java:S125Ã"<This block of commented-out lines of code should be removed.(¹ªÖ˜þÿÿÿÿ8·Ê¹éÎ1
Y java:S125È"<This block of commented-out lines of code should be removed.(£Ñ<C2A3>õ8¸Ê¹éÎ1
^ java:S125Ê"<This block of commented-out lines of code should be removed.(±œÿªøÿÿÿÿ8¸Ê¹éÎ1
Y java:S125Í"<This block of commented-out lines of code should be removed.(”¬Ú˜¥Åð1
^ java:S125ê"<This block of commented-out lines of code should be removed.(½ßŸûÿÿÿÿÿ8<>˜¥Åð1
D
java:S1075¬"&Remove this hard-coded path-delimiter.(<28>Òþ 8˜¥Åð1
X java:S899°";Do something with the "boolean" value returned by "delete".(ºý<C3BD>8—˜¥Åð1
l
java:S4042°"NUse "java.nio.file.Files#delete" here for better messages on error conditions.(ºý<C3BD>8—˜¥Åð1
D
java:S1075µ"&Remove this hard-coded path-delimiter.(òÛ¿˜8˜˜¥Åð1
X java:S125Ã"<This block of commented-out lines of code should be removed.(úý­`8š˜¥Åð1

View File

@ -0,0 +1,2 @@
Q java:S125 "<This block of commented-out lines of code should be removed.(Ú°à¬

View File

@ -0,0 +1,3 @@
X java:S1254"<This block of commented-out lines of code should be removed.(ðúøØ8éË<C3A9>éÎ1
^ java:S125Ÿ"<This block of commented-out lines of code should be removed.(…ãÑÙúÿÿÿÿ8üËî¢Õ1

View File

@ -0,0 +1,24 @@
J
java:S5411E"(Use a primitive boolean expression here.(ýÑØÃúÿÿÿÿ8ªœ¶¸õ1
K
java:S5411¥"(Use a primitive boolean expression here.(Ú‰ã÷ûÿÿÿÿ8¬œ¶¸õ1
K
java:S5411§"(Use a primitive boolean expression here.(ýÑØÃúÿÿÿÿ8¬œ¶¸õ1
^ java:S125<18>"<This block of commented-out lines of code should be removed.(®¡ÜÏùÿÿÿÿ8¼«¶¸õ1
Y java:S125¯"<This block of commented-out lines of code should be removed.(Ä—ˆÙ8¿«¶¸õ1
^ java:S125Ñ"<This block of commented-out lines of code should be removed.(Îøÿÿÿÿ8Ñ«¶¸õ1
^ java:S125í"<This block of commented-out lines of code should be removed.(Üþ<C39C>êúÿÿÿÿ8Ô«¶¸õ1
^ java:S125û"<This block of commented-out lines of code should be removed.(®¡ÜÏùÿÿÿÿ8競¸õ1
K
java:S4274×"(Replace this assert with a proper check.(šÚÇÙÿÿÿÿÿ8競¸õ1
^ java:S125à"<This block of commented-out lines of code should be removed.(®¡ÜÏùÿÿÿÿ8ù«¶¸õ1
^ java:S125ë"<This block of commented-out lines of code should be removed.(âÌžÜþÿÿÿÿ8…¬¶¸õ1
^ java:S125Ö"<This block of commented-out lines of code should be removed.(âÌžÜþÿÿÿÿ8”¬¶¸õ1
^ java:S125¼"<This block of commented-out lines of code should be removed.(®¡ÜÏùÿÿÿÿ8»¬¶¸õ1
Y java:S125Ð"<This block of commented-out lines of code should be removed.(ÉÒˆ‚8¾¬¶¸õ1
Y java:S125Ü"<This block of commented-out lines of code should be removed.(¿á‰Î8Ŭ¶¸õ1
c
java:S1128"ARemove this unused import 'com.haitongauto.utils.FormatDateTime'.(<28>ÒÓŸüÿÿÿÿ8ˆ­¸õ1
Z
java:S1128"8Remove this unused import 'java.util.stream.Collectors'.(Óóº´úÿÿÿÿ8ˆ­¸õ1

View File

@ -0,0 +1,8 @@
U
java:S1118 ":Add a private constructor to hide the implicit public one.(àØÖÐþÿÿÿÿ
W java:S125ò"<This block of commented-out lines of code should be removed.(š­Þùÿÿÿÿ
R java:S125ø"<This block of commented-out lines of code should be removed.(Àûʯ
W java:S125º"<This block of commented-out lines of code should be removed.(ªù<C3B9>üÿÿÿÿ
P
java:S1128 ":Remove this unused import 'java.util.concurrent.TimeUnit'.(Æ™<C386>þ

View File

@ -0,0 +1,7 @@
R
java:S1128"0Remove this unused import 'java.time.LocalDate'.(›‘¬èýÿÿÿÿ8íÃïÇð1
H
java:S1128"+Remove this unused import 'java.util.Date'.(¸…¼ü8€²†Çð1
O
java:S1128 "-Remove this unused import 'java.util.Locale'.(åð×±ûÿÿÿÿ8€²†Çð1

View File

@ -0,0 +1,2 @@
Q java:S125+"<This block of commented-out lines of code should be removed.(ÔÓ<C394>©

View File

@ -0,0 +1,35 @@
g java:S1123"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ8Å”™÷Þ1
g java:S1125"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ8Æ”™÷Þ1
g java:S112d"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ8Æ”™÷Þ1
g java:S112f"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ8Æ”™÷Þ1
y
java:S2629K"\Invoke method(s) only conditionally. Use the built-in formatting to construct this argument.(ÌŸúª8¢¾<C2A2>øÞ1
T
java:S2629R"7Use the built-in formatting to construct this argument.(×£Ö¯8„<38>œ÷Þ1

java:S2629ñ"\Invoke method(s) only conditionally. Use the built-in formatting to construct this argument.(¤—Ó«ýÿÿÿÿ<38>œøÞ1
Z
java:S2629ø"7Use the built-in formatting to construct this argument.(€Œ“Íúÿÿÿÿ8Ñ”™÷Þ1
a
java:S21474"DCombine this catch with the one at line 50, which has the same body.(<28>õ¹á8—<38>™÷Þ1
Ž
java:S1130@"lRemove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.(ýÿÈ ýÿÿÿÿ8Õð°÷1
Ÿ
java:S1130@"}Remove the declaration of thrown exception 'java.lang.CloneNotSupportedException', as it cannot be thrown from method's body.(ýÿÈ ýÿÿÿÿ8Õð°÷1
X java:S125F"<This block of commented-out lines of code should be removed.(dz¯ú<38>™÷Þ1
^
java:S3457K"AFormat specifiers should be used instead of string concatenation.(ÌŸúª8Ë<E2809A>øÞ1
^
java:S3457R"AFormat specifiers should be used instead of string concatenation.(×£Ö¯8 ¨š÷Þ1
a
java:S2147e"DCombine this catch with the one at line 99, which has the same body.(<28>õ¹á<38>™÷Þ1
Ž
java:S1130p"lRemove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.(ÐÓƒñûÿÿÿÿ8ßð°÷1
Ÿ
java:S1130p"}Remove the declaration of thrown exception 'java.lang.CloneNotSupportedException', as it cannot be thrown from method's body.(ÐÓƒñûÿÿÿÿ8àð°÷1
d
java:S3457ñ"AFormat specifiers should be used instead of string concatenation.(¤—Ó«ýÿÿÿÿ8לøÞ1
Y java:S125í"<This block of commented-out lines of code should be removed.(dz¯ú<38>™÷Þ1
d
java:S3457ø"AFormat specifiers should be used instead of string concatenation.(€Œ“Íúÿÿÿÿ<38>™÷Þ1

View File

@ -0,0 +1,4 @@
] java:S125L"<This block of commented-out lines of code should be removed.(â<>™Òþÿÿÿÿ8¬ïªÍå1
^ java:S125¢"<This block of commented-out lines of code should be removed.(ŸžÁÝúÿÿÿÿ8³ïªÍå1
k java:S100¯"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ó±¿È8ÀïªÍå1

View File

@ -0,0 +1,2 @@
g java:S101"MRename this class name to match the regular expression '^[A-Z][a-zA-Z0-9]*$'.(‹ä€¨ùÿÿÿÿ

View File

@ -0,0 +1,6 @@
4
java:S1700
"Rename field "vin"(禂Îúÿÿÿÿ8ˆÈ»Ö1
M
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ8êÊÈ»Ö1

View File

@ -0,0 +1,7 @@
h java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(žÄå¹þÿÿÿÿ
c java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(°Ô¸À
K
java:S1128"0Remove this unused import 'java.time.LocalDate'.(›‘¬èýÿÿÿÿ
H
java:S1128"+Remove this unused import 'java.util.Date'.(¸…¼ü8ØÅ¿¨ð1

View File

@ -0,0 +1,5 @@
V java:S107"<Method has 8 parameters, which is greater than 7 authorized.(»ÔÅÏÿÿÿÿÿ
h java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(»ÔÅÏÿÿÿÿÿ
V java:S125"<This block of commented-out lines of code should be removed.(•ÚéÔÿÿÿÿÿ
c java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰Ý¼é

View File

@ -0,0 +1,3 @@
N
java:S1128"8Remove this unused import 'org.apache.poi.hpsf.Decimal'.(½¼ïð

View File

@ -0,0 +1,5 @@
8xml:S125 "Remove this commented out code.(—†<E28094>Âûÿÿÿÿ
2xml:S125("Remove this commented out code.(ÕÙÙ4
8xml:S1251"Remove this commented out code.(›à³Äûÿÿÿÿ
8xml:S1259"Remove this commented out code.(…•ôôÿÿÿÿÿ

View File

@ -0,0 +1,2 @@
g java:S101"MRename this class name to match the regular expression '^[A-Z][a-zA-Z0-9]*$'.(•ÏŠäúÿÿÿÿ

View File

@ -0,0 +1,5 @@
v
java:S1128"`Remove this unused import 'org.springframework.boot.context.properties.ConfigurationProperties'.(¦Õ¸Ç
`
java:S1128"ERemove this unused import 'org.springframework.stereotype.Component'.(Þ÷Ѹÿÿÿÿÿ

View File

@ -0,0 +1,3 @@
d
java:S1128"BRemove this unused import 'org.apache.poi.ss.formula.functions.T'.(귛<><EAB79B><EFBFBD><EFBFBD><EFBFBD>8내륂<EB82B4>1

View File

@ -0,0 +1,3 @@
G
java:S1128"1Remove this unused import 'java.math.BigDecimal'.(ê<>êŠ

View File

@ -0,0 +1,19 @@
` java:S112X"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
C
java:S5411"(Use a primitive boolean expression here.(îÞ™<C39E>øÿÿÿÿ
C
java:S5411"(Use a primitive boolean expression here.(Ú‰ã÷ûÿÿÿÿ
C
java:S5411."(Use a primitive boolean expression here.(îÞ™<C39E>øÿÿÿÿ
C
java:S54113"(Use a primitive boolean expression here.(Š±Ëèÿÿÿÿÿ
C
java:S5411I"(Use a primitive boolean expression here.(îÞ™<C39E>øÿÿÿÿ
C
java:S5411J"(Use a primitive boolean expression here.(Ú‰ã÷ûÿÿÿÿ
C
java:S5411a"(Use a primitive boolean expression here.(îÞ™<C39E>øÿÿÿÿ
C
java:S5411j"(Use a primitive boolean expression here.(Š±Ëèÿÿÿÿÿ
V java:S125S"<This block of commented-out lines of code should be removed.(ŽŒ×Šÿÿÿÿÿ

View File

@ -0,0 +1,3 @@
\
java:S1118":Add a private constructor to hide the implicit public one.(•«ÔÔøÿÿÿÿ8øÉûÄÞ1

View File

@ -0,0 +1,11 @@
` java:S1125"FDefine and throw a dedicated exception instead of using a generic one.(‡ÅÆñþÿÿÿÿ
` java:S1127"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
` java:S112S"FDefine and throw a dedicated exception instead of using a generic one.(¼ÿ¾¹ÿÿÿÿÿ

java:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Ážëw
2
java:S1118"Hide this public constructor.(Ážëw
Q java:S125J"<This block of commented-out lines of code should be removed.(ã¹áÜ
L
java:S1874N"1Remove this use of "putObject"; it is deprecated.(ÇÛ®ðúÿÿÿÿ

View File

@ -0,0 +1,20 @@
` java:S1121"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
` java:S1127"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
` java:S112\"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
` java:S112n"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
` java:S112s"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
V java:S125"<This block of commented-out lines of code should be removed.(<>ž<EFBFBD>ÿÿÿÿÿ
P
java:S1118":Add a private constructor to hide the implicit public one.(<28>¿¢½
V java:S125:"<This block of commented-out lines of code should be removed.(Çï›ýþÿÿÿÿ
1
java:S3626v"Remove this redundant jump.(ûÁÝ…
J
java:S1172J"/Remove this unused method parameter "fontPath".(柵çùÿÿÿÿ
Q java:S125a"<This block of commented-out lines of code should be removed.(ðæòß
R java:S125"<This block of commented-out lines of code should be removed.(â½Ó¶
R java:S125"<This block of commented-out lines of code should be removed.(“<>¯Ž
A
java:S5869"*Remove duplicates in this character class.(ÓÙ‹Ô
W java:S125š"<This block of commented-out lines of code should be removed.(ë†Ø«þÿÿÿÿ

View File

@ -0,0 +1,10 @@
P
java:S1118
":Add a private constructor to hide the implicit public one.(˜×ö»
h java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¾ñ¶¾ÿÿÿÿÿ
c java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(í¾Üæ
c java:S100&"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šØå¬
c java:S1002"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ŠÊÞÚ
h java:S100<"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(è×ÆÆýÿÿÿÿ
c java:S100E"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˜º<CB9C>á

View File

@ -0,0 +1,11 @@
] java:S125 "<This block of commented-out lines of code should be removed.(ߢÐûÿÿÿÿ8±§¥žÕ1
X java:S125"<This block of commented-out lines of code should be removed.(´†€ü8±§¥žÕ1
X java:S125"<This block of commented-out lines of code should be removed.(ÆÉ„¸8±§¥žÕ1
] java:S125"<This block of commented-out lines of code should be removed.(¯ðïûøÿÿÿÿ8½ÞžÕ1
] java:S125"<This block of commented-out lines of code should be removed.(ó™ùúùÿÿÿÿ8½ÞžÕ1
] java:S125"<This block of commented-out lines of code should be removed.(ïûýšøÿÿÿÿ8±§¥žÕ1
] java:S125"<This block of commented-out lines of code should be removed.(í•Å¨øÿÿÿÿ8²§¥žÕ1
X java:S125"<This block of commented-out lines of code should be removed.(”²ÍÕ8²§¥žÕ1
W java:S125"<This block of commented-out lines of code should be removed.(þÞP8²§¥žÕ1
] java:S125 "<This block of commented-out lines of code should be removed.(ªÎ†Ÿøÿÿÿÿ8²§¥žÕ1

View File

@ -0,0 +1,7 @@
C
java:S5411>"(Use a primitive boolean expression here.(ÑÉ‚Ýûÿÿÿÿ
R
java:S2589""7Remove this expression which always evaluates to "true"(¾±Úœúÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(ãšìî
V java:S125 "<This block of commented-out lines of code should be removed.(Û<> ¦ûÿÿÿÿ

View File

@ -0,0 +1,19 @@
V java:S125
"<This block of commented-out lines of code should be removed.(òØæÍúÿÿÿÿ
V java:S125"<This block of commented-out lines of code should be removed.(ïûýšøÿÿÿÿ
V java:S125"<This block of commented-out lines of code should be removed.(í•Å¨øÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(ôˆß»
V java:S125"<This block of commented-out lines of code should be removed.(Ó‡<C393><E280A1>ýÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(€»üµ
V java:S125"<This block of commented-out lines of code should be removed.(Š˜ƒ¢øÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(ÆÉ„¸
V java:S125 "<This block of commented-out lines of code should be removed.(ߢÐûÿÿÿÿ
V java:S125""<This block of commented-out lines of code should be removed.(ªÁ°ñúÿÿÿÿ
Q java:S125$"<This block of commented-out lines of code should be removed.(“ö˜ð
P java:S125&"<This block of commented-out lines of code should be removed.(µæ¦
V java:S125("<This block of commented-out lines of code should be removed.(ñŽÎçùÿÿÿÿ
Q java:S125*"<This block of commented-out lines of code should be removed.(ý°À¿
X java:S125,"<This block of commented-out lines of code should be removed.(ǚ̅8Ä¿óÂÌ1
Q java:S125."<This block of commented-out lines of code should be removed.(”²ÍÕ
Q java:S1250"<This block of commented-out lines of code should be removed.(£¥‹è

View File

@ -0,0 +1,4 @@
C java:S108-")Either remove or fill this block of code.(Ƹۂøÿÿÿÿ
V java:S1258"<This block of commented-out lines of code should be removed.(Þóø´øÿÿÿÿ
P java:S125N"<This block of commented-out lines of code should be removed.(á—çl

View File

@ -0,0 +1,17 @@
U
java:S1118":Add a private constructor to hide the implicit public one.(Ò¨ó™ÿÿÿÿÿ
T
java:S47194"9Replace charset name argument with StandardCharsets.UTF_8(ñâÿ¶ùÿÿÿÿ
E
java:S2093#"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ
Q java:S125{"<This block of commented-out lines of code should be removed.(üÆüç
E
java:S2093`"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ
W java:S125¾"<This block of commented-out lines of code should be removed.(ŃŠÙÿÿÿÿÿ
U
java:S4719Î"9Replace charset name argument with StandardCharsets.UTF_8(ñâÿ¶ùÿÿÿÿ
F
java:S2093³"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ
Q
java:S1128";Remove this unused import 'java.net.MalformedURLException'.(ªËÞˆ

View File

@ -0,0 +1,2 @@
V java:S125m"<This block of commented-out lines of code should be removed.(ݱ­¥þÿÿÿÿ

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