AvoidArrayLoops added to pmdOnPmd

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5013 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2007-01-30 23:50:32 +00:00
parent 9c1c395f21
commit cd8bd5d1b3

View File

@ -28,6 +28,8 @@ Rules to check PMD itself
<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/>
<rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>
<rule ref="rulesets/strings.xml/UselessStringValueOf"/>
<!-- Null checks -->