Skip to content

Commit 07349a4

Browse files
committed
introduce PMD/category/java/performance.xml/BooleanInstantiation rule
1 parent 08f6298 commit 07349a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@
107107
<rule ref="category/java/performance.xml/AppendCharacterWithChar" />
108108
<rule ref="category/java/performance.xml/AvoidArrayLoops" />
109109
<rule ref="category/java/performance.xml/BigIntegerInstantiation" />
110+
<rule ref="category/java/performance.xml/BooleanInstantiation" />
110111
</ruleset>

0 commit comments

Comments
 (0)