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.classfile |
A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
|
edu.umd.cs.findbugs.classfile.impl |
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DiscoverSourceDirectories.Progress
Progress callback interface for reporting the progress of source
directory discovery.
|
interface |
FindBugsProgress
A callback that may be installed in a FindBugs instance to asynchronously
keep track of its progress.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpFindBugsProgress |
class |
TextUIProgressCallback
Display FindBugs progress in the terminal window using ASCII codes.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassPathBuilder.build(IClassPath classPath,
IClassPathBuilderProgress progress)
Build the classpath.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassPathBuilder.build(IClassPath classPath,
IClassPathBuilderProgress progress) |
SpotBugs is licensed under the LGPL.