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.bugReporter |
Modifier and Type | Method and Description |
---|---|
<T> ComponentPlugin<T> |
Plugin.getComponentPlugin(java.lang.Class<T> componentClass,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
<T> java.lang.Iterable<ComponentPlugin<T>> |
Plugin.getComponentPlugins(java.lang.Class<T> componentClass) |
Modifier and Type | Method and Description |
---|---|
static BugReporterDecorator |
BugReporterDecorator.construct(ComponentPlugin<BugReporterDecorator> plugin,
BugReporter delegate) |
Constructor and Description |
---|
BugReporterDecorator(ComponentPlugin<BugReporterDecorator> plugin,
BugReporter delegate) |
MaxRankDecorator(ComponentPlugin<BugReporterDecorator> plugin,
BugReporter delegate) |
SuppressionDecorator(ComponentPlugin<BugReporterDecorator> plugin,
BugReporter delegate) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.