Package | Description |
---|---|
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.ba.bcp | |
edu.umd.cs.findbugs.ba.type | |
edu.umd.cs.findbugs.ba.vna | |
edu.umd.cs.findbugs.bugReporter | |
edu.umd.cs.findbugs.detect |
Modifier and Type | Interface and Description |
---|---|
interface |
BugReporter
Generic interface for bug reporter objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBugReporter
An abstract class which provides much of the functionality required of all
BugReporter objects.
|
class |
BugCollectionBugReporter |
class |
CategoryFilteringBugReporter
Filter reported warnings by category.
|
class |
DelegatingBugReporter
A BugReporter which delegates all method calls to another BugReporter.
|
class |
EmacsBugReporter
BugReporter to output warnings in Emacs format.
|
class |
ErrorCountingBugReporter
A delegating bug reporter which counts reported bug instances, missing
classes, and serious analysis errors.
|
class |
ExcludingHashesBugReporter |
class |
FilterBugReporter |
class |
HTMLBugReporter |
class |
PrintingBugReporter
A simple BugReporter which simply prints the formatted message to the output
stream.
|
class |
SortingBugReporter
A BugReporter which stores all of the reported bug instances, and sorts them
by class name before printing them.
|
class |
TextUIBugReporter
Base class for BugReporters which provides convenient formatting and
reporting of warnings and analysis errors.
|
class |
XDocsBugReporter
BugReporter to output warnings in xdocs format for Maven.
|
class |
XMLBugReporter
Report warnings as an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugRepositoryLookupFailureCallback
DebugRepositoryLookupFailureCallback implementation for debugging.
|
Modifier and Type | Field and Description |
---|---|
protected RepositoryLookupFailureCallback |
AnalysisContext.lookupFailureCallback |
Modifier and Type | Method and Description |
---|---|
RepositoryLookupFailureCallback |
ClassContext.getLookupFailureCallback()
Get the RepositoryLookupFailureCallback.
|
RepositoryLookupFailureCallback |
AnalysisContext.getLookupFailureCallback()
Get the lookup failure callback.
|
Constructor and Description |
---|
Invoke(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
int mode,
RepositoryLookupFailureCallback lookupFailureCallback)
Constructor.
|
Constructor and Description |
---|
StandardTypeMerger(RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor.
|
TypeAnalysis(org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor which uses StandardTypeMerger.
|
TypeAnalysis(org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
TypeMerger typeMerger,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor.
|
TypeAnalysis(org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
TypeMerger typeMerger,
TypeFrameModelingVisitor visitor,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor.
|
Constructor and Description |
---|
ValueNumberAnalysis(org.apache.bcel.generic.MethodGen methodGen,
DepthFirstSearch dfs,
LoadedFieldSet loadedFieldSet,
RepositoryLookupFailureCallback lookupFailureCallback) |
ValueNumberFrameModelingVisitor(org.apache.bcel.generic.MethodGen methodGen,
ValueNumberFactory factory,
ValueNumberCache cache,
LoadedFieldSet loadedFieldSet,
RepositoryLookupFailureCallback lookupFailureCallback)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BugReporterDecorator
Abstract base class for bug reporters defined as plugins.
|
class |
MaxRankDecorator |
class |
SuppressionDecorator |
Modifier and Type | Method and Description |
---|---|
Stream |
StreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback)
Determine if a Stream is created at given location.
|
Stream |
StaticFieldLoadStreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback) |
Stream |
MethodReturnValueStreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback) |
Stream |
InstanceFieldLoadStreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback) |
Stream |
IOStreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback) |
Stream |
AnyMethodReturnValueStreamFactory.createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback) |
boolean |
Stream.isStreamClose(BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle handle,
org.apache.bcel.generic.ConstantPoolGen cpg,
ResourceValueFrame frame,
RepositoryLookupFailureCallback lookupFailureCallback) |
Constructor and Description |
---|
StreamResourceTracker(StreamFactory[] streamFactoryList,
RepositoryLookupFailureCallback lookupFailureCallback)
Constructor.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.