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.ba.deref | |
edu.umd.cs.findbugs.ba.jsr305 |
Support for analyzing code containing JSR-305 type qualifier annotations.
|
edu.umd.cs.findbugs.ba.npe | |
edu.umd.cs.findbugs.classfile.engine.bcel |
Support for analyses based on the BCEL bytecode framework.
|
Modifier and Type | Field | Description |
---|---|---|
ReverseDepthFirstSearch |
ReverseDFSOrder.rdfs |
Modifier and Type | Method | Description |
---|---|---|
protected ReverseDepthFirstSearch |
BackwardDataflowAnalysis.getReverseDepthFirstSearch() |
|
ReverseDepthFirstSearch |
ClassContext.getReverseDepthFirstSearch(org.apache.bcel.classfile.Method method) |
Get a ReverseDepthFirstSearch for given method.
|
Constructor | Description |
---|---|
BackwardDataflowAnalysis(ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
|
LiveLocalStoreAnalysis(org.apache.bcel.generic.MethodGen methodGen,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
|
PostDominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs,
boolean ignoreExceptionEdges) |
Constructor.
|
PostDominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs,
EdgeChooser edgeChooser) |
Constructor.
|
ReverseDFSOrder(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
Constructor.
|
Constructor | Description |
---|---|
UnconditionalValueDerefAnalysis(ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs,
CFG cfg,
org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.MethodGen methodGen,
ValueNumberDataflow vnaDataflow,
AssertionMethods assertionMethods) |
Constructor.
|
Constructor | Description |
---|---|
BackwardTypeQualifierDataflowAnalysis(DepthFirstSearch dfs,
ReverseDepthFirstSearch rdfs,
XMethod xmethod,
CFG cfg,
ValueNumberDataflow vnaDataflow,
org.apache.bcel.generic.ConstantPoolGen cpg,
TypeQualifierValue<?> typeQualifierValue) |
Constructor.
|
Constructor | Description |
---|---|
ReturnPathTypeAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ReverseDepthFirstSearch |
ReverseDepthFirstSearchFactory.analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor) |
|
protected ReverseDepthFirstSearch |
AnalysisFactory.getReverseDepthFirstSearch(IAnalysisCache analysisCache,
MethodDescriptor methodDescriptor) |
Constructor | Description |
---|---|
NonExceptionPostdominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
Constructor.
|
NonImplicitExceptionPostDominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.