|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisContext | |
---|---|
edu.umd.cs.findbugs | Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany. |
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.config |
Uses of AnalysisContext in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return AnalysisContext | |
---|---|
AnalysisContext |
FindBugs.getAnalysisContext()
Get the analysis context. |
Uses of AnalysisContext in edu.umd.cs.findbugs.ba |
---|
Methods in edu.umd.cs.findbugs.ba that return AnalysisContext | |
---|---|
static AnalysisContext |
AnalysisContext.currentAnalysisContext()
Get the AnalysisContext associated with this thread |
AnalysisContext |
ClassContext.getAnalysisContext()
Get the AnalysisContext. |
Constructors in edu.umd.cs.findbugs.ba with parameters of type AnalysisContext | |
---|---|
ClassContext(org.apache.bcel.classfile.JavaClass jclass,
AnalysisContext analysisContext)
Constructor. |
|
PruneUnconditionalExceptionThrowerEdges(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
org.apache.bcel.generic.ConstantPoolGen cpg,
AnalysisContext analysisContext)
|
Uses of AnalysisContext in edu.umd.cs.findbugs.config |
---|
Methods in edu.umd.cs.findbugs.config with parameters of type AnalysisContext | |
---|---|
void |
AnalysisFeatureSetting.configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |