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 | Method | Description |
---|---|---|
Cloud |
BugCollection.getCloud() |
Get the instance of user annotation plugin
|
Cloud |
SortedBugCollection.getCloud() |
|
Cloud |
BugCollection.getCloudLazily() |
|
Cloud |
SortedBugCollection.getCloudLazily() |
|
Cloud |
BugCollection.reinitializeCloud() |
|
Cloud |
SortedBugCollection.reinitializeCloud() |
Modifier and Type | Method | Description |
---|---|---|
void |
CommandLineUiCallback.registerCloud(Project project,
BugCollection collection,
Cloud cloud) |
|
void |
IGuiCallback.registerCloud(Project project,
BugCollection collection,
Cloud cloud) |
Called as soon as the cloud object is created, before it is initialized.
|
void |
CommandLineUiCallback.unregisterCloud(Project project,
BugCollection collection,
Cloud cloud) |
|
void |
IGuiCallback.unregisterCloud(Project project,
BugCollection collection,
Cloud cloud) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
OnlineCloud |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCloud |
|
class |
BugCollectionStorageCloud |
A basic "cloud" that stores information to the bug collection analysis XML file.
|
class |
DoNothingCloud |
Doesn't do much.
|
Modifier and Type | Method | Description |
---|---|---|
static Cloud |
CloudFactory.createCloudWithoutInitializing(BugCollection bc) |
|
static Cloud |
CloudFactory.getPlainCloud(BugCollection bc) |
|
static Cloud |
CloudFactory.handleInitializationException(BugCollection bc,
CloudPlugin plugin,
java.lang.Throwable e) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class<? extends Cloud> |
CloudPlugin.getCloudClass() |
Modifier and Type | Method | Description |
---|---|---|
static void |
CloudFactory.initializeCloud(BugCollection bc,
Cloud cloud) |
Modifier and Type | Method | Description |
---|---|---|
CloudPluginBuilder |
CloudPluginBuilder.setCloudClass(java.lang.Class<? extends Cloud> cloudClass) |
Constructor | Description |
---|---|
BugFilingCommentHelper(Cloud cloud) |
Constructor | 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.