Class AvoidThrowingNullPointerExceptionRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

    public class AvoidThrowingNullPointerExceptionRule
    extends AbstractJavaRulechainRule
    Finds throw statements containing NullPointerException instances as thrown values
    Author:
    Mykhailo Palahuta
    • Constructor Detail

      • AvoidThrowingNullPointerExceptionRule

        public AvoidThrowingNullPointerExceptionRule()