Remove deprecated rule AvoidUsingShortType (#29)
This commit is contained in:
parent
de11b79188
commit
425183a7e5
1 changed files with 0 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue