Uses of Class
edu.umd.cs.findbugs.SortedBugCollection
Packages that use SortedBugCollection
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 SortedBugCollection in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SortedBugCollectionModifier and TypeFieldDescriptionprivate final SortedBugCollection
BugCollectionBugReporter.bugCollection
private final SortedBugCollection
SortingBugReporter.bugCollection
private final SortedBugCollection
XDocsBugReporter.bugCollection
private final SortedBugCollection
NewResults.newCollection
Deprecated.private final SortedBugCollection
NewResults.origCollection
Deprecated.Methods in edu.umd.cs.findbugs that return SortedBugCollectionModifier and TypeMethodDescriptionSortedBugCollection.createEmptyCollectionWithMetadata()
SortedBugCollection.duplicate()
NewResults.execute()
Deprecated.Constructors in edu.umd.cs.findbugs with parameters of type SortedBugCollectionModifierConstructorDescriptionNewResults
(SortedBugCollection origCollection, SortedBugCollection newCollection) Deprecated. -
Uses of SortedBugCollection in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return SortedBugCollectionMethods in edu.umd.cs.findbugs.gui2 with parameters of type SortedBugCollection -
Uses of SortedBugCollection in edu.umd.cs.findbugs.launchGUI
Methods in edu.umd.cs.findbugs.launchGUI with parameters of type SortedBugCollection -
Uses of SortedBugCollection in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as SortedBugCollectionModifier and TypeFieldDescription(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 SortedBugCollectionModifier and TypeMethodDescription(package private) static SortedBugCollection
MergeSummarizeAndView.createPreconfiguredBugCollection
(List<String> workingDirList, List<String> srcDirList, IGuiCallback guiCallback) private static SortedBugCollection
UnionResults.iterateArguments
(List<String> arguments, int argCount, SortedBugCollection results, HashSet<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 SortedBugCollectionModifier and TypeMethodDescriptionvoid
Filter.FilterCommandLine.getReady
(SortedBugCollection origCollection) Do any prep work needed to perform bug filteringprivate static SortedBugCollection
UnionResults.iterateArguments
(List<String> arguments, int argCount, SortedBugCollection results, HashSet<String> hashes) static void
UnionResults.merge
(HashSet<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