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.SetOperationBugHistory. ADDED_WARNINGSDeprecated.Get the warnings which were added, meaning that they were not part of the original BugCollection.static BugHistory.SetOperationBugHistory. REMOVED_WARNINGSDeprecated.Get the warnings which were removed, meaning that they occur in the original BugCollection but not in the new BugCollection.static BugHistory.SetOperationBugHistory. RETAINED_WARNINGSDeprecated.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 SortedBugCollectionBugHistory. performSetOperation(BugHistory.SetOperation operation)Deprecated.Perform a SetOperation.
-