FindBugs™ 1.3.9

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

Packages that use BugHistory.SetOperation
edu.umd.cs.findbugs.workflow   
 

Uses of BugHistory.SetOperation in edu.umd.cs.findbugs.workflow
 

Fields in edu.umd.cs.findbugs.workflow declared as BugHistory.SetOperation
static BugHistory.SetOperation BugHistory.ADDED_WARNINGS
          Deprecated. Get the warnings which were added, meaning that they were not part of the original BugCollection.
static BugHistory.SetOperation BugHistory.REMOVED_WARNINGS
          Deprecated. Get the warnings which were removed, meaning that they occur in the original BugCollection but not in the new BugCollection.
static BugHistory.SetOperation BugHistory.RETAINED_WARNINGS
          Deprecated. Get the warnings which were retained, meaning that they occur in both the original and new BugCollections.
 

Methods in edu.umd.cs.findbugs.workflow with parameters of type BugHistory.SetOperation
 SortedBugCollection BugHistory.performSetOperation(BugHistory.SetOperation operation)
          Deprecated. Perform a SetOperation.
 


FindBugs™ 1.3.9

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