forked from phoedos/pmd
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:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user