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 FilterMatcher
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
match
in class FilterMatcher
bugInstance
- the BugInstanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.