| 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.config | 
| Modifier and Type | Method and Description | 
|---|---|
static AnalysisContext | 
AnalysisContext.currentAnalysisContext()
Get the AnalysisContext associated with this thread 
 | 
AnalysisContext | 
ClassContext.getAnalysisContext()
Get the AnalysisContext. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
AnalysisContext.setCurrentAnalysisContext(AnalysisContext analysisContext)
Set the current analysis context for this thread. 
 | 
| Constructor and Description | 
|---|
ClassContext(org.apache.bcel.classfile.JavaClass jclass,
            AnalysisContext analysisContext)
Constructor. 
 | 
PruneUnconditionalExceptionThrowerEdges(org.apache.bcel.classfile.JavaClass javaClass,
                                       org.apache.bcel.classfile.Method method,
                                       org.apache.bcel.generic.MethodGen methodGen,
                                       CFG cfg,
                                       org.apache.bcel.generic.ConstantPoolGen cpg,
                                       TypeDataflow typeDataflow,
                                       AnalysisContext analysisContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AnalysisFeatureSetting.configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given
 AnalysisContext. 
 | 
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.