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.
|
edu.umd.cs.findbugs.plan |
Modifier and Type | Method | Description |
---|---|---|
Plugin |
DetectorFactory.getPlugin() |
Get the Plugin that this Detector is part of.
|
Plugin |
PluginLoader.getPlugin() |
Get the Plugin.
|
Plugin |
DetectorFactoryCollection.getPluginById(java.lang.String pluginId) |
Get a Plugin by its unique id.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<Plugin> |
DetectorFactoryCollection.pluginIterator() |
Return an Iterator over all available Plugin objects.
|
java.lang.Iterable<Plugin> |
DetectorFactoryCollection.plugins() |
Return an Iterable of all available Plugin objects.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
BugRanker.findRank(BugPattern pattern,
Plugin plugin,
int priority) |
Constructor | Description |
---|---|
DetectorFactory(Plugin plugin,
java.lang.Class<?> detectorClass,
boolean enabled,
java.lang.String speed,
java.lang.String reports,
java.lang.String requireJRE) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ExecutionPlan.addPlugin(Plugin plugin) |
Add a Plugin whose Detectors should be added to the execution plan.
|
Constructor | Description |
---|---|
ByInterfaceDetectorFactorySelector(Plugin plugin,
java.lang.Class detectorInterface) |
|
ReportingDetectorFactorySelector(Plugin plugin) |
Constructor.
|
SingleDetectorFactorySelector(Plugin plugin,
java.lang.String className) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.