Uses of Class
net.sourceforge.pmd.lang.java.rule.AbstractIgnoredAnnotationRule
-
Packages that use AbstractIgnoredAnnotationRule Package Description net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.design -
-
Uses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule
Subclasses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule Modifier and Type Class Description class
AbstractLombokAwareRule
Deprecated.Internal API -
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
CommentDefaultAccessModifierRule
Check for Methods, Fields and Nested Classes that have a default access modifier This rule ignores all nodes annotated with @VisibleForTesting by default.class
LinguisticNamingRule
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. -
Uses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.design
Subclasses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.design Modifier and Type Class Description class
ImmutableFieldRule
class
SingularFieldRule
class
UseUtilityClassRule
-