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 and Description |
---|---|
Cloud |
SortedBugCollection.getCloud() |
Cloud |
BugCollection.getCloud()
Get the instance of user annotation plugin
|
Cloud |
SortedBugCollection.getCloudLazily() |
Cloud |
BugCollection.getCloudLazily() |
Cloud |
SortedBugCollection.reinitializeCloud() |
Cloud |
BugCollection.reinitializeCloud() |
Modifier and Type | Method and Description |
---|---|
void |
IGuiCallback.registerCloud(Project project,
BugCollection collection,
Cloud cloud)
Called as soon as the cloud object is created, before it is initialized.
|
void |
CommandLineUiCallback.registerCloud(Project project,
BugCollection collection,
Cloud cloud) |
void |
IGuiCallback.unregisterCloud(Project project,
BugCollection collection,
Cloud cloud) |
void |
CommandLineUiCallback.unregisterCloud(Project project,
BugCollection collection,
Cloud cloud) |
Modifier and Type | Interface and Description |
---|---|
interface |
OnlineCloud |
Modifier and Type | Class and 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 and 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 and Description |
---|---|
java.lang.Class<? extends Cloud> |
CloudPlugin.getCloudClass() |
Modifier and Type | Method and Description |
---|---|
static void |
CloudFactory.initializeCloud(BugCollection bc,
Cloud cloud) |
Modifier and Type | Method and Description |
---|---|
CloudPluginBuilder |
CloudPluginBuilder.setCloudClass(java.lang.Class<? extends Cloud> cloudClass) |
Constructor and Description |
---|
BugFilingCommentHelper(Cloud cloud) |
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.