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.gui2 edu.umd.cs.findbugs.launchGUI edu.umd.cs.findbugs.workflow -
-
Uses of SortedBugCollection in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SortedBugCollection Modifier and Type Field Description private SortedBugCollection
BugCollectionBugReporter. bugCollection
private SortedBugCollection
SortingBugReporter. bugCollection
private SortedBugCollection
XDocsBugReporter. bugCollection
private SortedBugCollection
NewResults. newCollection
Deprecated.private SortedBugCollection
NewResults. origCollection
Deprecated.Methods in edu.umd.cs.findbugs that return SortedBugCollection Modifier and Type Method Description SortedBugCollection
SortedBugCollection. createEmptyCollectionWithMetadata()
SortedBugCollection
SortedBugCollection. duplicate()
SortedBugCollection
NewResults. 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.gui2
Methods in edu.umd.cs.findbugs.gui2 that return SortedBugCollection Modifier and Type Method Description static SortedBugCollection
BugLoader. loadBugs(MainFrame mainFrame, Project project, java.io.File source)
static SortedBugCollection
BugLoader. 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 void
MainFrame. openBugCollection(SortedBugCollection bugs)
-
Uses of SortedBugCollection in edu.umd.cs.findbugs.launchGUI
Methods in edu.umd.cs.findbugs.launchGUI with parameters of type SortedBugCollection Modifier and Type Method Description static void
LaunchGUI. launchGUI(SortedBugCollection bugs)
-
Uses of SortedBugCollection in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as SortedBugCollection Modifier and Type Field Description (package private) SortedBugCollection
MineBugHistory. bugCollection
(package private) SortedBugCollection
CopyBuggySource. origCollection
(package private) SortedBugCollection
MergeSummarizeAndView. results
(package private) SortedBugCollection
MergeSummarizeAndView. scaryBugs
Methods in edu.umd.cs.findbugs.workflow that return SortedBugCollection Modifier and Type Method Description (package private) static SortedBugCollection
MergeSummarizeAndView. createPreconfiguredBugCollection(java.util.List<java.lang.String> workingDirList, java.util.List<java.lang.String> srcDirList, IGuiCallback guiCallback)
private static SortedBugCollection
UnionResults. iterateArguments(java.util.List<java.lang.String> arguments, int argCount, SortedBugCollection results, java.util.HashSet<java.lang.String> hashes)
static SortedBugCollection
MergeSummarizeAndView. union(SortedBugCollection origCollection, SortedBugCollection newCollection)
static SortedBugCollection
UnionResults. union(SortedBugCollection origCollection, SortedBugCollection newCollection)
Methods in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollection Modifier and Type Method Description void
Filter.FilterCommandLine. getReady(SortedBugCollection origCollection)
Do any prep work needed to perform bug filteringprivate static SortedBugCollection
UnionResults. iterateArguments(java.util.List<java.lang.String> arguments, int argCount, SortedBugCollection results, java.util.HashSet<java.lang.String> hashes)
static void
UnionResults. merge(java.util.HashSet<java.lang.String> hashes, SortedBugCollection into, SortedBugCollection from)
void
MineBugHistory. setBugCollection(SortedBugCollection bugCollection)
static SortedBugCollection
MergeSummarizeAndView. union(SortedBugCollection origCollection, SortedBugCollection newCollection)
static SortedBugCollection
UnionResults. union(SortedBugCollection origCollection, SortedBugCollection newCollection)
Constructors in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollection Constructor Description MineBugHistory(SortedBugCollection bugCollection)
-