Package edu.umd.cs.findbugs.workflow
Class UnionResults
- java.lang.Object
-
- edu.umd.cs.findbugs.workflow.UnionResults
-
public class UnionResults extends java.lang.Object
Compute the union of two sets of bug results, preserving annotations.
-
-
Constructor Summary
Constructors Constructor Description UnionResults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
static void
merge(java.util.HashSet<java.lang.String> hashes, SortedBugCollection into, SortedBugCollection from)
static SortedBugCollection
union(SortedBugCollection origCollection, SortedBugCollection newCollection)
-
-
-
Method Detail
-
union
public static SortedBugCollection union(SortedBugCollection origCollection, SortedBugCollection newCollection)
-
merge
public static void merge(java.util.HashSet<java.lang.String> hashes, SortedBugCollection into, SortedBugCollection from)
-
main
public static void main(java.lang.String[] argv) throws java.io.IOException
- Throws:
java.io.IOException
-
-