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 edu.umd.cs.findbugs.cloud.db -
-
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. reinitializeCloud()
Cloud
SortedBugCollection. reinitializeCloud()
-
Uses of Cloud in edu.umd.cs.findbugs.cloud
Classes in edu.umd.cs.findbugs.cloud that implement Cloud Modifier and Type Class Description class
AbstractCloud
Methods in edu.umd.cs.findbugs.cloud that return Cloud Modifier and Type Method Description static Cloud
CloudFactory. getCloud(BugCollection bc)
static Cloud
CloudFactory. getPlainCloud(BugCollection bc)
-
Uses of Cloud in edu.umd.cs.findbugs.cloud.db
Classes in edu.umd.cs.findbugs.cloud.db that implement Cloud Modifier and Type Class Description class
DBCloud
-