Skip to content

Commit 3088146

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

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
@@ -113,4 +113,5 @@
113113
<rule ref="category/java/performance.xml/ConsecutiveLiteralAppends" />
114114
<rule ref="category/java/performance.xml/InefficientEmptyStringCheck" />
115115
<rule ref="category/java/performance.xml/IntegerInstantiation" />
116+
<rule ref="category/java/performance.xml/LongInstantiation" />
116117
</ruleset>

0 commit comments

Comments
 (0)