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 TypeMethodDescriptionintcompareTo(FilterMatcher that) Deprecated.booleanDeprecated.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
-
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:MatcherDetermine 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:
compareToin interfaceComparable<FilterMatcher>
-
writeXML
Deprecated.- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-