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 CloudBugCollection. getCloud()Get the instance of user annotation pluginCloudSortedBugCollection. getCloud()CloudBugCollection. reinitializeCloud()CloudSortedBugCollection. 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 classAbstractCloudMethods in edu.umd.cs.findbugs.cloud that return Cloud Modifier and Type Method Description static CloudCloudFactory. getCloud(BugCollection bc)static CloudCloudFactory. 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 classDBCloud
-