Class FindNullDeref

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

public class FindNullDeref 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: