Uses of Class
edu.umd.cs.findbugs.workflow.Update.MatchOldBugs
-
Packages that use Update.MatchOldBugs Package Description edu.umd.cs.findbugs.workflow -
-
Uses of Update.MatchOldBugs in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow that return Update.MatchOldBugs Modifier and Type Method Description static Update.MatchOldBugs
Update.MatchOldBugs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Update.MatchOldBugs[]
Update.MatchOldBugs. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.workflow with parameters of type Update.MatchOldBugs Modifier and Type Method Description private void
Update. matchBugs(java.util.Comparator<BugInstance> bugInstanceComparator, BugCollection origCollection, BugCollection newCollection, Update.MatchOldBugs matchOld)
-