| 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 | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,BugCode> |
DetectorFactoryCollection.bugCodeMap |
| Modifier and Type | Method and Description |
|---|---|
BugCode |
BugPattern.getBugCode()
Get the BugCode
|
BugCode |
DetectorFactoryCollection.getBugCode(java.lang.String shortBugType)
Get a description for given "bug type".
|
BugCode |
DetectorFactoryCollection.lookupBugCode(java.lang.String shortBugType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BugCode> |
DetectorFactoryCollection.getBugCodes() |
java.util.Set<BugCode> |
Plugin.getBugCodes()
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 |
DetectorFactoryCollection.registerBugCode(BugCode bugCode) |
protected void |
DetectorFactoryCollection.unRegisterBugCode(BugCode bugCode) |
SpotBugs is licensed under the LGPL.