add new rules to rulesets/releases/42.xml

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@7258 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2011-09-11 19:47:19 +00:00
parent 6112861894
commit ad7c32bcff

View File

@ -6,14 +6,19 @@
This ruleset contains links to rules that are new in PMD v4.2
</description>
<rule ref="rulesets/basic.xml/AvoidMultipleUnaryOperators"/>
<rule ref="rulesets/codesize.xml/TooManyMethods"/>
<rule ref="rulesets/controversial.xml/DoNotCallGarbageCollectionExplicitly"/>
<rule ref="rulesets/design.xml/ReturnEmptyArrayRatherThanNull"/>
<rule ref="rulesets/design.xml/AbstractClassWithoutAnyMethod"/>
<rule ref="rulesets/design.xml/TooFewBranchesForASwitchStatement"/>
<rule ref="rulesets/strictexception.xml/DoNotThrowExceptionInFinally"/>
<rule ref="rulesets/strings.xml/AvoidStringBufferField"/>
<rule ref="rulesets/android.xml/DoNotHardCodeSDCard"/>
<rule ref="rulesets/controversial.xml/AvoidLiteralsInIfCondition"/>
<rule ref="rulesets/controversial.xml/UseConcurrentHashMap"/>
<rule ref="rulesets/strictexception.xml/AvoidCatchingGenericException"/>
<rule ref="rulesets/strictexception.xml/AvoidLosingExceptionInformation"/>
<rule ref="rulesets/naming.xml/GenericsNaming"/>
<rule ref="rulesets/jsp.xml/NoInlineScript"/>
<rule ref="rulesets/basic.xml/AvoidMultipleUnaryOperators"/>
<rule ref="rulesets/codesize.xml/TooManyMethods"/>
<rule ref="rulesets/controversial.xml/DoNotCallGarbageCollectionExplicitly"/>
<rule ref="rulesets/design.xml/ReturnEmptyArrayRatherThanNull"/>
<rule ref="rulesets/design.xml/AbstractClassWithoutAnyMethod"/>
<rule ref="rulesets/design.xml/TooFewBranchesForASwitchStatement"/>
<rule ref="rulesets/strictexception.xml/DoNotThrowExceptionInFinally"/>
<rule ref="rulesets/strings.xml/AvoidStringBufferField"/>
</ruleset>