FindBugs™ 1.3.9

edu.umd.cs.findbugs.workflow
Interface BugHistory.SetOperation

Enclosing class:
BugHistory

public static interface BugHistory.SetOperation

A set operation between two bug collections.


Method Summary
 SortedBugCollection perform(java.util.Set<BugInstance> result, SortedBugCollection origCollection, SortedBugCollection newCollection)
          Perform the set operation.
 

Method Detail

perform

SortedBugCollection perform(java.util.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™ 1.3.9

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