Uses of Interface
edu.umd.cs.findbugs.workflow.BugHistory.SetOperation
-
Packages that use BugHistory.SetOperation Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description SortedBugCollection
BugHistory. performSetOperation(BugHistory.SetOperation operation)
Deprecated.Perform a SetOperation.
-