Uses of Class
net.sourceforge.pmd.lang.java.rule.AbstractIgnoredAnnotationRule
-
Packages that use AbstractIgnoredAnnotationRule Package Description net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle -
-
Uses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.bestpractices
Subclasses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.bestpractices Modifier and Type Class Description class
UnusedPrivateMethodRule
This rule detects private methods, that are not used and can therefore be deleted. -
Uses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.codestyle
Subclasses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.codestyle Modifier and Type Class Description class
AtLeastOneConstructorRule
This rule detects non-static classes with no constructors; requiring even the default constructor to be explicit.class
UnnecessaryConstructorRule
This rule detects when a constructor is not necessary; i.e., when there is only one constructor, it’s public, has an empty body, and takes no arguments.
-