Uses of Class
edu.umd.cs.findbugs.ba.AnalysisContext
-
Packages that use AnalysisContext 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 edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.util -
-
Uses of AnalysisContext in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as AnalysisContext Modifier and Type Field Description private AnalysisContext
ClassContext. analysisContext
private AnalysisContext
PruneUnconditionalExceptionThrowerEdges. analysisContext
Fields in edu.umd.cs.findbugs.ba with type parameters of type AnalysisContext Modifier and Type Field Description private static java.lang.InheritableThreadLocal<AnalysisContext>
AnalysisContext. currentAnalysisContext
Methods in edu.umd.cs.findbugs.ba that return AnalysisContext Modifier and Type Method Description static AnalysisContext
AnalysisContext. currentAnalysisContext()
Get the AnalysisContext associated with this threadAnalysisContext
ClassContext. getAnalysisContext()
Get the AnalysisContext.Methods in edu.umd.cs.findbugs.ba with parameters of type AnalysisContext Modifier and Type Method Description static void
AnalysisContext. setCurrentAnalysisContext(AnalysisContext analysisContext)
Set the current analysis context for this thread.Constructors in edu.umd.cs.findbugs.ba with parameters of type AnalysisContext Constructor 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)
-
Uses of AnalysisContext in edu.umd.cs.findbugs.config
Methods in edu.umd.cs.findbugs.config with parameters of type AnalysisContext Modifier and Type Method Description void
AnalysisFeatureSetting. configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext. -
Uses of AnalysisContext in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as AnalysisContext Modifier and Type Field Description (package private) AnalysisContext
CallToUnconditionalThrower. analysisContext
-
Uses of AnalysisContext in edu.umd.cs.findbugs.util
Methods in edu.umd.cs.findbugs.util with parameters of type AnalysisContext Modifier and Type Method Description static java.util.List<java.lang.String>
NestedAccessUtil. getNestMateClassNames(org.apache.bcel.classfile.JavaClass javaClass, AnalysisContext analysisContext)
Retrieves the qualified class names of all nest mates of the specified class.
-