@Deprecated public class FilterMatcher extends java.lang.Object implements Matcher, java.io.Serializable, java.lang.Comparable<FilterMatcher>
Modifier and Type | Field and Description |
---|---|
protected boolean |
active
Deprecated.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FilterMatcher that)
Deprecated.
|
boolean |
equals(java.lang.Object o)
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.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
public FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)
public FilterMatcher(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
public FilterMatcher(Sortables filterBy, java.lang.String value)
public void setActive(boolean active)
public boolean isActive()
public boolean match(BugInstance bugInstance)
Matcher
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(FilterMatcher that)
compareTo
in interface java.lang.Comparable<FilterMatcher>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.