Uses of Class
edu.umd.cs.findbugs.ba.npe.ParameterNullnessPropertyDatabase
-
Packages that use ParameterNullnessPropertyDatabase Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of ParameterNullnessPropertyDatabase in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return ParameterNullnessPropertyDatabase Modifier and Type Method Description ParameterNullnessPropertyDatabase
AnalysisCacheToAnalysisContextAdapter. getUnconditionalDerefParamDatabase()
abstract ParameterNullnessPropertyDatabase
AnalysisContext. getUnconditionalDerefParamDatabase()
Get the property database recording which methods unconditionally dereference parameters.
-