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 net.sourceforge.pmd.lang.java.rule.errorprone -
-
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 classAbstractLombokAwareRuleDeprecated.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 classUnusedPrivateFieldRuleclassUnusedPrivateMethodRuleThis 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 classAtLeastOneConstructorRuleThis rule detects non-static classes with no constructors; requiring even the default constructor to be explicit.classCommentDefaultAccessModifierRuleCheck for Methods, Fields and Nested Classes that have a default access modifier This rule ignores all nodes annotated with @VisibleForTesting by default.classLinguisticNamingRuleclassUnnecessaryConstructorRuleThis 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 classImmutableFieldRuleclassSingularFieldRuleclassUseUtilityClassRule -
Uses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.errorprone
Subclasses of AbstractIgnoredAnnotationRule in net.sourceforge.pmd.lang.java.rule.errorprone Modifier and Type Class Description classBeanMembersShouldSerializeRule
-