Skip to content

Commit af2e0f0

Browse files
committed
introduce PMD/category/java/performance.xml/IntegerInstantiation rule
1 parent f3f23f1 commit af2e0f0

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
@@ -112,4 +112,5 @@
112112
<rule ref="category/java/performance.xml/ConsecutiveAppendsShouldReuse" />
113113
<rule ref="category/java/performance.xml/ConsecutiveLiteralAppends" />
114114
<rule ref="category/java/performance.xml/InefficientEmptyStringCheck" />
115+
<rule ref="category/java/performance.xml/IntegerInstantiation" />
115116
</ruleset>

0 commit comments

Comments
 (0)