Class UnusedPrivateMethodRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

    public class UnusedPrivateMethodRule
    extends AbstractIgnoredAnnotationRule
    This rule detects private methods, that are not used and can therefore be deleted.