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 SortedBugCollectionBugCollectionBugReporter.bugCollectionprivate final SortedBugCollectionSortingBugReporter.bugCollectionprivate final SortedBugCollectionXDocsBugReporter.bugCollectionprivate final SortedBugCollectionNewResults.newCollectionDeprecated.private final SortedBugCollectionNewResults.origCollectionDeprecated.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) SortedBugCollectionMineBugHistory.bugCollection(package private) SortedBugCollectionCopyBuggySource.origCollection(package private) SortedBugCollectionMergeSummarizeAndView.results(package private) SortedBugCollectionMergeSummarizeAndView.scaryBugsMethods in edu.umd.cs.findbugs.workflow that return SortedBugCollectionModifier and TypeMethodDescription(package private) static SortedBugCollectionMergeSummarizeAndView.createPreconfiguredBugCollection(List<String> workingDirList, List<String> srcDirList, IGuiCallback guiCallback) private static SortedBugCollectionUnionResults.iterateArguments(List<String> arguments, int argCount, SortedBugCollection results, HashSet<String> hashes) 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 SortedBugCollectionModifier and TypeMethodDescriptionvoidFilter.FilterCommandLine.getReady(SortedBugCollection origCollection) Do any prep work needed to perform bug filteringprivate static SortedBugCollectionUnionResults.iterateArguments(List<String> arguments, int argCount, SortedBugCollection results, HashSet<String> hashes) static voidUnionResults.merge(HashSet<String> hashes, SortedBugCollection into, SortedBugCollection from) voidMineBugHistory.setBugCollection(SortedBugCollection bugCollection) 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