Remove deprecated rule SimplifyStartsWith (#28)
This commit is contained in:
parent
f1a500f5f3
commit
de11b79188
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
|
|||
<rule ref="category/java/performance.xml/OptimizableToArrayCall" />
|
||||
<rule ref="category/java/performance.xml/RedundantFieldInitializer" />
|
||||
<rule ref="category/java/performance.xml/ShortInstantiation" />
|
||||
<rule ref="category/java/performance.xml/SimplifyStartsWith" />
|
||||
<rule ref="category/java/performance.xml/StringInstantiation" />
|
||||
<rule ref="category/java/performance.xml/StringToString" />
|
||||
<rule ref="category/java/performance.xml/TooFewBranchesForASwitchStatement" />
|
||||
|
|
Loading…
Reference in a new issue