| 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 Map<String,BugCategory> |
DetectorFactoryCollection.categoryDescriptionMap |
| Modifier and Type | Method and Description |
|---|---|
BugCategory |
Plugin.addOrCreateBugCategory(String id) |
BugCategory |
Plugin.getBugCategory(String id) |
BugCategory |
DetectorFactoryCollection.getBugCategory(String category)
Get the BugCategory object for a category key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BugCategory> |
Plugin.getBugCategories()
Get Iterator over BugCategories objects in the Plugin.
|
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) |
Copyright © 2003–2015. All rights reserved.