Skip to content

Commit 9cb0b10

Browse files
committed
introduce PMD/category/java/performance.xml/StringInstantiation rule
1 parent 36546e8 commit 9cb0b10

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
@@ -117,4 +117,5 @@
117117
<rule ref="category/java/performance.xml/OptimizableToArrayCall" />
118118
<rule ref="category/java/performance.xml/RedundantFieldInitializer" />
119119
<rule ref="category/java/performance.xml/ShortInstantiation" />
120+
<rule ref="category/java/performance.xml/StringInstantiation" />
120121
</ruleset>

0 commit comments

Comments
 (0)