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.cloud |
Modifier and Type | Field and Description |
---|---|
protected PropertyBundle |
ComponentPlugin.properties |
Modifier and Type | Method and Description |
---|---|
PropertyBundle |
PropertyBundle.copy() |
PropertyBundle |
ComponentPlugin.getProperties() |
Constructor and Description |
---|
ComponentPlugin(Plugin plugin,
java.lang.String id,
java.lang.ClassLoader classLoader,
java.lang.Class<? extends T> componentClass,
PropertyBundle properties,
boolean enabledByDefault,
java.lang.String description,
java.lang.String details) |
Modifier and Type | Field and Description |
---|---|
protected PropertyBundle |
AbstractCloud.properties |
Modifier and Type | Method and Description |
---|---|
PropertyBundle |
CloudPlugin.getProperties() |
Modifier and Type | Method and Description |
---|---|
CloudPluginBuilder |
CloudPluginBuilder.setProperties(PropertyBundle properties) |
Constructor and Description |
---|
CloudPlugin(java.lang.String findbugsPluginId,
java.lang.String cloudid,
java.lang.ClassLoader classLoader,
java.lang.Class<? extends Cloud> cloudClass,
java.lang.Class<? extends NameLookup> usernameClass,
boolean hidden,
PropertyBundle properties,
java.lang.String description,
java.lang.String details) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.