Uses of Interface
edu.umd.cs.findbugs.cloud.Cloud
-
Packages that use Cloud 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 -
-
Uses of Cloud in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return Cloud Modifier and Type Method Description Cloud
BugCollection. getCloud()
Get the instance of user annotation pluginCloud
SortedBugCollection. getCloud()
Cloud
BugCollection. getCloudLazily()
Cloud
SortedBugCollection. getCloudLazily()
Cloud
BugCollection. reinitializeCloud()
Cloud
SortedBugCollection. reinitializeCloud()
Methods in edu.umd.cs.findbugs with parameters of type Cloud 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)
-
Uses of Cloud in edu.umd.cs.findbugs.cloud
Subinterfaces of Cloud in edu.umd.cs.findbugs.cloud Modifier and Type Interface Description interface
OnlineCloud
Classes in edu.umd.cs.findbugs.cloud that implement Cloud 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.Methods in edu.umd.cs.findbugs.cloud that return Cloud 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)
Methods in edu.umd.cs.findbugs.cloud that return types with arguments of type Cloud Modifier and Type Method Description java.lang.Class<? extends Cloud>
CloudPlugin. getCloudClass()
Methods in edu.umd.cs.findbugs.cloud with parameters of type Cloud Modifier and Type Method Description static void
CloudFactory. initializeCloud(BugCollection bc, Cloud cloud)
Method parameters in edu.umd.cs.findbugs.cloud with type arguments of type Cloud Modifier and Type Method Description CloudPluginBuilder
CloudPluginBuilder. setCloudClass(java.lang.Class<? extends Cloud> cloudClass)
Constructors in edu.umd.cs.findbugs.cloud with parameters of type Cloud Constructor Description BugFilingCommentHelper(Cloud cloud)
Constructor parameters in edu.umd.cs.findbugs.cloud with type arguments of type 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)
-