edu.umd.cs.findbugs.workflow
public interface BugHistory.SetOperation
Method Summary | |
---|---|
SortedBugCollection | perform(Set<BugInstance> result, SortedBugCollection origCollection, SortedBugCollection newCollection)
Perform the set operation.
|
Parameters: result Set to put the resulting BugInstances in origCollection original BugCollection newCollection new BugCollection
Returns: the input bug collection the results are taken from