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.workflow -
-
Uses of SortedBugCollection in edu.umd.cs.findbugs
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.workflow
Methods in edu.umd.cs.findbugs.workflow that return SortedBugCollection Modifier and Type Method Description 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 static void
UnionResults. merge(java.util.HashSet<java.lang.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 Constructor Description MineBugHistory(SortedBugCollection bugCollection)
-