Uses of Interface
edu.umd.cs.findbugs.ba.npe.NullDerefAndRedundantComparisonCollector
-
Packages that use NullDerefAndRedundantComparisonCollector Package Description edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.detect -
-
Uses of NullDerefAndRedundantComparisonCollector in edu.umd.cs.findbugs.ba.npe
Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type NullDerefAndRedundantComparisonCollector Constructor Description NullDerefAndRedundantComparisonFinder(ClassContext classContext, org.apache.bcel.classfile.Method method, NullDerefAndRedundantComparisonCollector collector)Constructor. -
Uses of NullDerefAndRedundantComparisonCollector in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement NullDerefAndRedundantComparisonCollector Modifier and Type Class Description classFindNullDerefA Detector to find instructions where a NullPointerException might be raised.classNoiseNullDerefA Detector to find instructions where a NullPointerException might be raised.
-