Package edu.umd.cs.findbugs.gui2
Class DeadBugFilter
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.FilterMatcher
-
- edu.umd.cs.findbugs.gui2.DeadBugFilter
-
- All Implemented Interfaces:
Matcher,java.io.Serializable,java.lang.Comparable<FilterMatcher>
public class DeadBugFilter extends FilterMatcher
- Author:
- Dan
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.umd.cs.findbugs.gui2.FilterMatcher
active
-
-
Constructor Summary
Constructors Constructor Description DeadBugFilter(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(BugInstance bugInstance)Determine whether or not the given BugInstance has the feature this Matcher tests for.java.lang.StringtoString()
-
-
-
Constructor Detail
-
DeadBugFilter
public DeadBugFilter(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
- Parameters:
filterBy-value-mode-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFilterMatcher
-
match
public boolean match(BugInstance bugInstance)
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.- Specified by:
matchin interfaceMatcher- Overrides:
matchin classFilterMatcher- Parameters:
bugInstance- the BugInstance- Returns:
- true if the BugInstance matches, false if not
-
-