Package edu.umd.cs.findbugs.gui2
Class FilterMatcher
java.lang.Object
edu.umd.cs.findbugs.gui2.FilterMatcher
- All Implemented Interfaces:
Matcher
,Serializable
,Comparable<FilterMatcher>
- Direct Known Subclasses:
DeadBugFilter
,StackedFilterMatcher
@Deprecated
public class FilterMatcher
extends Object
implements Matcher, Serializable, Comparable<FilterMatcher>
Deprecated.
Why this wasn't just called Filter is still somewhat of a mystery.
FilterMatchers are Filters, pass in a StringPair like Priority, High and all
the high priority bugs disappear, Its that easy.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilterMatcher
(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp) Deprecated.FilterMatcher
(Sortables filterBy, String value) Deprecated.FilterMatcher
(Sortables filterBy, String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(FilterMatcher that) Deprecated.boolean
Deprecated.int
hashCode()
Deprecated.boolean
isActive()
Deprecated.boolean
match
(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.void
setActive
(boolean active) Deprecated.toString()
Deprecated.void
Deprecated.
-
Field Details
-
active
protected boolean activeDeprecated.
-
-
Constructor Details
-
Method Details
-
setActive
public void setActive(boolean active) Deprecated. -
isActive
public boolean isActive()Deprecated. -
match
Deprecated.Description copied from interface:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for. -
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
compareTo
Deprecated.- Specified by:
compareTo
in interfaceComparable<FilterMatcher>
-
writeXML
Deprecated.- Specified by:
writeXML
in interfaceMatcher
- Throws:
IOException
-