Uses of Class
edu.umd.cs.findbugs.SortedBugCollection
-
Packages that use SortedBugCollection 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.gui edu.umd.cs.findbugs.gui2 edu.umd.cs.findbugs.workflow -
-
Uses of SortedBugCollection in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return SortedBugCollection Modifier and Type Method Description SortedBugCollectionSortedBugCollection. createEmptyCollectionWithMetadata()SortedBugCollectionSortedBugCollection. duplicate()SortedBugCollectionNewResults. execute()Deprecated.Constructors in edu.umd.cs.findbugs with parameters of type SortedBugCollection Constructor Description NewResults(SortedBugCollection origCollection, SortedBugCollection newCollection)Deprecated. -
Uses of SortedBugCollection in edu.umd.cs.findbugs.gui
Methods in edu.umd.cs.findbugs.gui that return SortedBugCollection Modifier and Type Method Description SortedBugCollectionSwingGUIBugReporter. getBugCollection() -
Uses of SortedBugCollection in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return SortedBugCollection Modifier and Type Method Description static SortedBugCollectionBugLoader. loadBugs(MainFrame mainFrame, Project project, java.io.File source)static SortedBugCollectionBugLoader. loadBugs(MainFrame mainFrame, Project project, java.net.URL url)Methods in edu.umd.cs.findbugs.gui2 with parameters of type SortedBugCollection Modifier and Type Method Description voidMainFrame. openBugCollection(SortedBugCollection bugs) -
Uses of SortedBugCollection in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow that return SortedBugCollection Modifier and Type Method Description SortedBugCollectionBugHistory. getNewCollection()Deprecated.SortedBugCollectionBugHistory. getOrigCollection()Deprecated.SortedBugCollectionBugHistory. getOriginator()Deprecated.SortedBugCollectionBugHistory. getResultCollection()Deprecated.SortedBugCollectionBugHistory.SetOperation. perform(java.util.Set<BugInstance> result, SortedBugCollection origCollection, SortedBugCollection newCollection)Perform the set operation.SortedBugCollectionBugHistory. performSetOperation(BugHistory.SetOperation operation)Deprecated.Perform a SetOperation.static SortedBugCollectionMergeSummarizeAndView. union(SortedBugCollection origCollection, SortedBugCollection newCollection)static SortedBugCollectionUnionResults. union(SortedBugCollection origCollection, SortedBugCollection newCollection)Methods in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollection Modifier and Type Method Description SortedBugCollectionBugHistory.SetOperation. perform(java.util.Set<BugInstance> result, SortedBugCollection origCollection, SortedBugCollection newCollection)Perform the set operation.static SortedBugCollectionMergeSummarizeAndView. union(SortedBugCollection origCollection, SortedBugCollection newCollection)static SortedBugCollectionUnionResults. union(SortedBugCollection origCollection, SortedBugCollection newCollection)Constructors in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollection Constructor Description BugHistory(SortedBugCollection origCollection, SortedBugCollection newCollection)Deprecated.Contructor.
-