edu.umd.cs.findbugs.workflow

Class UnionResults

public class UnionResults extends Object

Compute the union of two sets of bug results, preserving annotations.
Method Summary
static voidmain(String[] argv)
static SortedBugCollectionunion(SortedBugCollection origCollection, SortedBugCollection newCollection)

Method Detail

main

public static void main(String[] argv)

union

public static SortedBugCollection union(SortedBugCollection origCollection, SortedBugCollection newCollection)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.