edu.umd.cs.findbugs.workflow

Interface BugHistory.SetOperation

public interface BugHistory.SetOperation

A set operation between two bug collections.
Method Summary
SortedBugCollectionperform(Set<BugInstance> result, SortedBugCollection origCollection, SortedBugCollection newCollection)
Perform the set operation.

Method Detail

perform

public 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

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.