| 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(Class<T> componentClass,
String name) |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<ComponentPlugin<T>> |
Plugin.getComponentPlugins(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) |
Copyright © 2003–2015. All rights reserved.