public class DeadBugFilter extends FilterMatcher
active| Constructor and Description |
|---|
DeadBugFilter(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the
feature this Matcher tests for.
|
java.lang.String |
toString() |
public DeadBugFilter(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
filterBy - value - mode - public java.lang.String toString()
toString in class FilterMatcherpublic boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class FilterMatcherbugInstance - the BugInstanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.