| 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.gui2 |
| 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 |
IFindBugsEngine.setProgressCallback(FindBugsProgress progressCallback)
Set the progress callback that will be used to keep track of the progress
of the analysis.
|
void |
FindBugs2.setProgressCallback(FindBugsProgress progressCallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzingDialog |
| Modifier and Type | Method and Description |
|---|---|
static BugCollection |
BugLoader.doAnalysis(Project p,
FindBugsProgress progressCallback)
Performs an analysis and returns the BugSet created
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.