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 | Description |
---|---|---|
protected java.util.Map<java.lang.String,BugPattern> |
DetectorFactoryCollection.bugPatternMap |
Modifier and Type | Method | Description |
---|---|---|
BugPattern |
BugInstance.getBugPattern() |
Get the BugPattern.
|
BugPattern |
DetectorFactoryCollection.lookupBugPattern(java.lang.String bugType) |
Look up bug pattern.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<BugPattern> |
DetectorFactoryCollection.bugPatternIterator() |
Get an Iterator over all registered bug patterns.
|
java.util.Collection<BugPattern> |
DetectorFactoryCollection.getBugPatterns() |
Get an Iterator over all registered bug patterns.
|
java.util.Set<BugPattern> |
Plugin.getBugPatterns() |
Get the set of BugPatterns
|
java.util.Set<BugPattern> |
DetectorFactory.getReportedBugPatterns() |
Get set of all BugPatterns this detector reports.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Plugin.addBugPattern(BugPattern bugPattern) |
Add a BugPattern reported by the Plugin.
|
int |
BugPattern.compareTo(BugPattern other) |
|
static int |
BugRanker.findRank(BugPattern bugPattern,
int priority) |
|
static int |
BugRanker.findRank(BugPattern pattern,
DetectorFactory detectorFactory) |
|
void |
DetectorFactoryCollection.registerBugPattern(BugPattern bugPattern) |
Register a BugPattern.
|
protected void |
DetectorFactoryCollection.unRegisterBugPattern(BugPattern bugPattern) |
SpotBugs is licensed under the LGPL.