Remove deprecated rule AvoidUsingShortType (#29)

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

View file

@ -308,7 +308,6 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
<rule ref="category/java/performance.xml/AvoidArrayLoops" /> <rule ref="category/java/performance.xml/AvoidArrayLoops" />
<rule ref="category/java/performance.xml/AvoidFileStream" /> <rule ref="category/java/performance.xml/AvoidFileStream" />
<rule ref="category/java/performance.xml/AvoidInstantiatingObjectsInLoops" /> <rule ref="category/java/performance.xml/AvoidInstantiatingObjectsInLoops" />
<rule ref="category/java/performance.xml/AvoidUsingShortType" />
<rule ref="category/java/performance.xml/BigIntegerInstantiation" /> <rule ref="category/java/performance.xml/BigIntegerInstantiation" />
<rule ref="category/java/performance.xml/BooleanInstantiation" /> <rule ref="category/java/performance.xml/BooleanInstantiation" />
<rule ref="category/java/performance.xml/ByteInstantiation" /> <rule ref="category/java/performance.xml/ByteInstantiation" />