Ref: add more PMD rule: bestpractices.xml/UseCollectionIsEmpty

This commit is contained in:
Laurent Clouet
2024-06-06 02:54:51 +02:00
parent b943bd8821
commit a0e4f6b348
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
<rule ref="category/java/bestpractices.xml/UnusedLocalVariable" />
<rule ref="category/java/bestpractices.xml/UnusedPrivateField" />
<rule ref="category/java/bestpractices.xml/UnusedPrivateMethod" />
<rule ref="category/java/bestpractices.xml/UseCollectionIsEmpty" />
<rule ref="category/java/codestyle.xml/ExtendsObject" />
<rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop" />