Class AvoidThrowingNullPointerExceptionRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

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

    • AvoidThrowingNullPointerExceptionRule

      public AvoidThrowingNullPointerExceptionRule()
  • Method Details