Class NoiseNullDeref

java.lang.Object
edu.umd.cs.findbugs.detect.NoiseNullDeref
All Implemented Interfaces:
NullDerefAndRedundantComparisonCollector, Detector, Priorities, UseAnnotationDatabase

public class NoiseNullDeref extends Object implements Detector, UseAnnotationDatabase, NullDerefAndRedundantComparisonCollector
A Detector to find instructions where a NullPointerException might be raised. We also look for useless reference comparisons involving null and non-null values.
Author:
David Hovemeyer, William Pugh
See Also:
  • Field Details

    • DEBUG

      public static final boolean DEBUG
  • Constructor Details

    • NoiseNullDeref

      public NoiseNullDeref(BugReporter bugReporter)
  • Method Details