Added rulesets/design.xml/SingularField

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5569 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Wouter Zelle
2007-10-24 08:32:26 +00:00
parent e2f2a702a7
commit bd86a63706

View File

@ -14,7 +14,10 @@ This ruleset contains links to rules that are new in PMD v4.1
<rule ref="rulesets/controversial.xml/AvoidUsingShortType"/>
<rule ref="rulesets/controversial.xml/AvoidUsingVolatile"/>
<rule ref="rulesets/design.xml/ClassWithOnlyPrivateConstructorsShouldBeFinal"/>
<rule ref="rulesets/design.xml/EmptyMethodInAbstractClassShouldBeAbstract"/>
<rule ref="rulesets/design.xml/EmptyMethodInAbstractClassShouldBeAbstract"/>
<!-- Although the rule below is not new, it works quite differently now and merits (re-)consideration -->
<rule ref="rulesets/design.xml/SingularField"/>
<rule ref="rulesets/imports.xml/TooManyStaticImports"/>
<rule ref="rulesets/j2ee.xml/DoNotCallSystemExit"/>
<rule ref="rulesets/j2ee.xml/DoNotUseThreads"/>