Uses of Class
edu.umd.cs.findbugs.ba.npe2.DefinitelyNullSetDataflow
-
Packages that use DefinitelyNullSetDataflow 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.edu.umd.cs.findbugs.classfile.engine.bcel Support for analyses based on the BCEL bytecode framework. -
-
Uses of DefinitelyNullSetDataflow in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return DefinitelyNullSetDataflow Modifier and Type Method Description DefinitelyNullSetDataflow
ClassContext. getDefinitelyNullSetDataflow(org.apache.bcel.classfile.Method method)
Get DefinitelyNullSetDataflow for a method. -
Uses of DefinitelyNullSetDataflow in edu.umd.cs.findbugs.classfile.engine.bcel
Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return DefinitelyNullSetDataflow Modifier and Type Method Description DefinitelyNullSetDataflow
DefinitelyNullSetDataflowFactory. analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor)
-