forked from phoedos/pmd
[java] Update quickstart.xml
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
<rule ref="category/java/bestpractices.xml/SimplifiableTestAssertion"/>
|
||||
<rule ref="category/java/bestpractices.xml/SwitchStmtsShouldHaveDefault"/>
|
||||
<!-- <rule ref="category/java/bestpractices.xml/SystemPrintln" /> -->
|
||||
<!-- <rule ref="category/java/bestpractices.xml/UnnecessaryVarargsArrayCreation" /> -->
|
||||
<!-- <rule ref="category/java/bestpractices.xml/UnusedAssignment"/> -->
|
||||
<rule ref="category/java/bestpractices.xml/UnusedFormalParameter"/>
|
||||
<rule ref="category/java/bestpractices.xml/UnusedLocalVariable"/>
|
||||
@ -210,6 +211,7 @@
|
||||
<rule ref="category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClassName"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/CloneThrowsCloneNotSupportedException"/> deprecated since 6.35.0 -->
|
||||
<rule ref="category/java/errorprone.xml/CloseResource"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/ConfusingArgumentToVarargsMethod"/> -->
|
||||
<rule ref="category/java/errorprone.xml/CompareObjectsWithEquals"/>
|
||||
<rule ref="category/java/errorprone.xml/ComparisonWithNaN"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/ConstructorCallsOverridableMethod" /> -->
|
||||
|
Reference in New Issue
Block a user