| 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,BugCode> |
DetectorFactoryCollection.bugCodeMap |
| Modifier and Type | Method and Description |
|---|---|
BugCode |
BugPattern.getBugCode()
Get the BugCode
|
BugCode |
DetectorFactoryCollection.getBugCode(String shortBugType)
Get a description for given "bug type".
|
BugCode |
DetectorFactoryCollection.lookupBugCode(String shortBugType) |
| Modifier and Type | Method and Description |
|---|---|
Set<BugCode> |
Plugin.getBugCodes()
Get Iterator over BugCode objects in the Plugin.
|
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) |
Copyright © 2003–2015. All rights reserved.