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 | |
edu.umd.cs.findbugs.cloud.username | |
edu.umd.cs.findbugs.gui2 |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CloudPlugin> |
Plugin.getCloudPlugins() |
java.util.Map<java.lang.String,CloudPlugin> |
DetectorFactoryCollection.getRegisteredClouds() |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addCloudPlugin(CloudPlugin cloudPlugin) |
Modifier and Type | Field and Description |
---|---|
protected CloudPlugin |
AbstractCloud.plugin |
Modifier and Type | Method and Description |
---|---|
CloudPlugin |
CloudPluginBuilder.createCloudPlugin() |
static CloudPlugin |
CloudFactory.getCloudPlugin(BugCollection bc) |
CloudPlugin |
DoNothingCloud.getPlugin() |
CloudPlugin |
Cloud.getPlugin() |
CloudPlugin |
AbstractCloud.getPlugin() |
Modifier and Type | Method and Description |
---|---|
static Cloud |
CloudFactory.handleInitializationException(BugCollection bc,
CloudPlugin plugin,
java.lang.Throwable e) |
Constructor and Description |
---|
AbstractCloud(CloudPlugin plugin,
BugCollection bugs,
java.util.Properties properties) |
BugCollectionStorageCloud(CloudPlugin plugin,
BugCollection bc,
java.util.Properties properties)
Constructor is not protected to allow
CloudFactory.createCloudWithoutInitializing() create a new instance of
this cloud
|
DoNothingCloud(CloudPlugin plugin,
BugCollection bc,
java.util.Properties props)
Invoked via reflection
|
Modifier and Type | Method and Description |
---|---|
void |
WebCloudNameLookup.loadProperties(CloudPlugin plugin) |
boolean |
WebCloudNameLookup.signIn(CloudPlugin plugin,
BugCollection bugCollection) |
boolean |
PromptForNameLookup.signIn(CloudPlugin plugin,
BugCollection bugCollection) |
boolean |
NoNameLookup.signIn(CloudPlugin plugin,
BugCollection bugCollection) |
boolean |
NameLookup.signIn(CloudPlugin plugin,
BugCollection bugCollection)
tries to obtain a user name.
|
boolean |
LocalNameLookup.signIn(CloudPlugin plugin,
BugCollection bugCollection) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CloudCommentsPaneSwing.isDisabled(CloudPlugin plugin) |
protected abstract boolean |
CloudCommentsPane.isDisabled(CloudPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
protected void |
CloudCommentsPaneSwing.showCloudChooser(java.util.List<CloudPlugin> plugins,
java.util.List<java.lang.String> descriptions) |
protected abstract void |
CloudCommentsPane.showCloudChooser(java.util.List<CloudPlugin> plugins,
java.util.List<java.lang.String> descriptions) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.