Uses of Interface
edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysisFeatures
-
Packages that use IsNullValueAnalysisFeatures Package Description edu.umd.cs.findbugs.ba.npe -
-
Uses of IsNullValueAnalysisFeatures in edu.umd.cs.findbugs.ba.npe
Classes in edu.umd.cs.findbugs.ba.npe that implement IsNullValueAnalysisFeatures Modifier and Type Class Description class
IsNullValue
A class to abstractly represent values in stack slots, indicating whether thoses values can be null, non-null, null on some incoming path, or unknown.class
IsNullValueAnalysis
A dataflow analysis to detect potential null pointer dereferences.
-