Uses of Class
edu.umd.cs.findbugs.cloud.CloudPlugin
Packages that use CloudPlugin
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of CloudPlugin in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type CloudPluginModifier and TypeMethodDescriptionPlugin.getCloudPlugins()DetectorFactoryCollection.getRegisteredClouds()Methods in edu.umd.cs.findbugs with parameters of type CloudPlugin -
Uses of CloudPlugin in edu.umd.cs.findbugs.cloud
Fields in edu.umd.cs.findbugs.cloud declared as CloudPluginMethods in edu.umd.cs.findbugs.cloud that return CloudPluginModifier and TypeMethodDescriptionCloudPluginBuilder.createCloudPlugin()static CloudPluginCloudFactory.getCloudPlugin(BugCollection bc) AbstractCloud.getPlugin()Cloud.getPlugin()DoNothingCloud.getPlugin()Methods in edu.umd.cs.findbugs.cloud with parameters of type CloudPluginModifier and TypeMethodDescriptionstatic CloudCloudFactory.handleInitializationException(BugCollection bc, CloudPlugin plugin, Throwable e) Constructors in edu.umd.cs.findbugs.cloud with parameters of type CloudPluginModifierConstructorDescriptionprotectedAbstractCloud(CloudPlugin plugin, BugCollection bugs, Properties properties) BugCollectionStorageCloud(CloudPlugin plugin, BugCollection bc, Properties properties) Constructor is not protected to allow CloudFactory.createCloudWithoutInitializing() create a new instance of this cloudDoNothingCloud(CloudPlugin plugin, BugCollection bc, Properties props) Invoked via reflection -
Uses of CloudPlugin in edu.umd.cs.findbugs.cloud.username
Methods in edu.umd.cs.findbugs.cloud.username with parameters of type CloudPluginModifier and TypeMethodDescriptionvoidWebCloudNameLookup.loadProperties(CloudPlugin plugin) booleanLocalNameLookup.signIn(CloudPlugin plugin, BugCollection bugCollection) booleanNameLookup.signIn(CloudPlugin plugin, BugCollection bugCollection) tries to obtain a user name.booleanNoNameLookup.signIn(CloudPlugin plugin, BugCollection bugCollection) booleanPromptForNameLookup.signIn(CloudPlugin plugin, BugCollection bugCollection) booleanWebCloudNameLookup.signIn(CloudPlugin plugin, BugCollection bugCollection) -
Uses of CloudPlugin in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 with parameters of type CloudPluginModifier and TypeMethodDescriptionprotected abstract booleanCloudCommentsPane.isDisabled(CloudPlugin plugin) protected booleanCloudCommentsPaneSwing.isDisabled(CloudPlugin plugin) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type CloudPluginModifier and TypeMethodDescriptionprotected abstract voidCloudCommentsPane.showCloudChooser(List<CloudPlugin> plugins, List<String> descriptions) protected voidCloudCommentsPaneSwing.showCloudChooser(List<CloudPlugin> plugins, List<String> descriptions)