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 |
---|---|
BugCode |
I18N.getBugCode(java.lang.String shortBugType)
Get a description for given "bug type".
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BugCode> |
I18N.bugCodeIterator()
Get an Iterator over all registered bug codes.
|
java.util.Iterator<BugCode> |
Plugin.bugCodeIterator()
Get Iterator over BugCode objects in the Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addBugCode(BugCode bugCode)
Add a BugCode reported by the Plugin.
|
int |
BugCode.compareTo(BugCode o) |
void |
I18N.registerBugCode(BugCode bugCode)
Register a BugCode.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.