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 boolean
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this Matcher tests for.java.lang.String
toString()
-
-
-
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:
toString
in classFilterMatcher
-
match
public boolean match(BugInstance bugInstance)
Description copied from interface:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.- Specified by:
match
in interfaceMatcher
- Overrides:
match
in classFilterMatcher
- Parameters:
bugInstance
- the BugInstance- Returns:
- true if the BugInstance matches, false if not
-
-