X Tutup
Skip to content

Commit 4768e4f

Browse files
committed
introduce PMD/category/java/performance.xml/OptimizableToArrayCall rule
1 parent 3088146 commit 4768e4f

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
@@ -114,4 +114,5 @@
114114
<rule ref="category/java/performance.xml/InefficientEmptyStringCheck" />
115115
<rule ref="category/java/performance.xml/IntegerInstantiation" />
116116
<rule ref="category/java/performance.xml/LongInstantiation" />
117+
<rule ref="category/java/performance.xml/OptimizableToArrayCall" />
117118
</ruleset>

0 commit comments

Comments
 (0)
X Tutup