| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends AnalysisError> | 
SortedBugCollection.getErrors()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SortedBugCollection.addError(AnalysisError error)  | 
void | 
BugCollection.addError(AnalysisError error)
Add an analysis error. 
 | 
void | 
TextUIBugReporter.reportAnalysisError(AnalysisError error)  | 
abstract void | 
AbstractBugReporter.reportAnalysisError(AnalysisError error)
Report a queued error. 
 | 
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.