[java] Update quickstart.xml

This commit is contained in:
Andreas Dangel
2024-04-26 15:43:24 +02:00
parent 629e3f8b83
commit c67998f64a

View File

@ -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" /> -->