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 classIsNullValueA class to abstractly represent values in stack slots, indicating whether thoses values can be null, non-null, null on some incoming path, or unknown.classIsNullValueAnalysisA dataflow analysis to detect potential null pointer dereferences.
-