Class AvoidCatchingThrowableRule

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

    public class AvoidCatchingThrowableRule
    extends AbstractJavaRule
    Finds catch statements containing throwable as the type definition.
    Author:
    Trond Andersen