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
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.workflow
Methods in edu.umd.cs.findbugs.workflow that return SortedBugCollectionModifier and TypeMethodDescriptionstatic SortedBugCollection
UnionResults.union
(SortedBugCollection origCollection, SortedBugCollection newCollection) Methods in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollectionModifier and TypeMethodDescriptionstatic void
UnionResults.merge
(HashSet<String> hashes, SortedBugCollection into, SortedBugCollection from) void
MineBugHistory.setBugCollection
(SortedBugCollection bugCollection) static SortedBugCollection
UnionResults.union
(SortedBugCollection origCollection, SortedBugCollection newCollection) Constructors in edu.umd.cs.findbugs.workflow with parameters of type SortedBugCollection