Skip to content

Commit 9caf83a

Browse files
committed
introduce PMD/category/java/performance.xml/StringToString rule
1 parent 9cb0b10 commit 9caf83a

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
@@ -118,4 +118,5 @@
118118
<rule ref="category/java/performance.xml/RedundantFieldInitializer" />
119119
<rule ref="category/java/performance.xml/ShortInstantiation" />
120120
<rule ref="category/java/performance.xml/StringInstantiation" />
121+
<rule ref="category/java/performance.xml/StringToString" />
121122
</ruleset>

0 commit comments

Comments
 (0)