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 enumDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.private final SortablesDeprecated.private final FilterMatcher.FilterWhereDeprecated.private static final longDeprecated.private final StringDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.FilterMatcher(Sortables filterBy, String value) Deprecated.FilterMatcher(Sortables filterBy, String value, FilterMatcher.FilterWhere mode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(FilterMatcher that) Deprecated.booleanDeprecated.(package private) SortablesDeprecated.(package private) StringgetValue()Deprecated.inthashCode()Deprecated.booleanisActive()Deprecated.booleanmatch(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.voidsetActive(boolean active) Deprecated.toString()Deprecated.voidDeprecated.
-
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
-
-
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:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
toString
-
equals
-
hashCode
-
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<FilterMatcher>
-
writeXML
Deprecated.- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-