Remove deprecated rule SimplifyStartsWith (#28)

This commit is contained in:
Paul Campbell 2021-03-25 22:32:01 +00:00 committed by GitHub
parent f1a500f5f3
commit de11b79188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />