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,BugCategory> |
DetectorFactoryCollection.categoryDescriptionMap |
Modifier and Type | Method and Description |
---|---|
BugCategory |
Plugin.addOrCreateBugCategory(java.lang.String id) |
BugCategory |
Plugin.getBugCategory(java.lang.String id) |
BugCategory |
DetectorFactoryCollection.getBugCategory(java.lang.String category)
Get the BugCategory object for a category key.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<BugCategory> |
Plugin.getBugCategories()
Get Iterator over BugCategories objects in the Plugin.
|
java.util.Collection<BugCategory> |
DetectorFactoryCollection.getBugCategoryObjects() |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addBugCategory(BugCategory bugCategory)
Add a BugCategory reported by the Plugin.
|
int |
BugCategory.compareTo(BugCategory other) |
boolean |
DetectorFactoryCollection.registerBugCategory(BugCategory bc)
Set the metadata for a bug category.
|
protected boolean |
DetectorFactoryCollection.unRegisterBugCategory(BugCategory bc) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.