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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Deprecated.private final Sortables
Deprecated.private final FilterMatcher.FilterWhere
Deprecated.private static final long
Deprecated.private final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.FilterMatcher
(Sortables filterBy, String value) Deprecated.FilterMatcher
(Sortables filterBy, String value, FilterMatcher.FilterWhere mode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(FilterMatcher that) Deprecated.boolean
Deprecated.(package private) Sortables
Deprecated.(package private) String
getValue()
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
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
filterBy
Deprecated. -
value
Deprecated. -
mode
Deprecated. -
active
protected boolean activeDeprecated.
-
-
Constructor Details
-
FilterMatcher
Deprecated. -
FilterMatcher
Deprecated. -
FilterMatcher
Deprecated.
-
-
Method Details
-
getFilterBy
Sortables getFilterBy()Deprecated. -
getValue
String getValue()Deprecated. -
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
-