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.Set<BugCode> |
Plugin.getBugCodes()
Get Iterator over BugCode objects in the Plugin.
|
java.util.Collection<BugCode> |
DetectorFactoryCollection.getBugCodes() |
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) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.