Package edu.umd.cs.findbugs.gui2
Class FilterMatcher
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.FilterMatcher
-
- All Implemented Interfaces:
Matcher,java.io.Serializable,java.lang.Comparable<FilterMatcher>
- Direct Known Subclasses:
DeadBugFilter,StackedFilterMatcher
@Deprecated public class FilterMatcher extends java.lang.Object implements Matcher, java.io.Serializable, java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanactiveDeprecated.
-
Constructor Summary
Constructors Constructor Description FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)Deprecated.FilterMatcher(Sortables filterBy, java.lang.String value)Deprecated.FilterMatcher(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(FilterMatcher that)Deprecated.booleanequals(java.lang.Object o)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.java.lang.StringtoString()Deprecated.voidwriteXML(XMLOutput xmlOutput, boolean disabled)Deprecated.
-
-
-
Constructor Detail
-
FilterMatcher
public FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)
Deprecated.
-
FilterMatcher
public FilterMatcher(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
Deprecated.
-
FilterMatcher
public FilterMatcher(Sortables filterBy, java.lang.String value)
Deprecated.
-
-
Method Detail
-
setActive
public void setActive(boolean active)
Deprecated.
-
isActive
public boolean isActive()
Deprecated.
-
match
public boolean match(BugInstance bugInstance)
Deprecated.Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(FilterMatcher that)
Deprecated.- Specified by:
compareToin interfacejava.lang.Comparable<FilterMatcher>
-
-