Skip to content

Commit d0ecbc6

Browse files
committed
introduce PMD/category/java/performance.xml/ConsecutiveLiteralAppends rule
1 parent 9ca8ba9 commit d0ecbc6

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
@@ -110,4 +110,5 @@
110110
<rule ref="category/java/performance.xml/BooleanInstantiation" />
111111
<rule ref="category/java/performance.xml/ByteInstantiation" />
112112
<rule ref="category/java/performance.xml/ConsecutiveAppendsShouldReuse" />
113+
<rule ref="category/java/performance.xml/ConsecutiveLiteralAppends" />
113114
</ruleset>

0 commit comments

Comments
 (0)