@Deprecated public class FilterMatcher extends Object implements Matcher, Serializable, 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,
String value)
Deprecated.
|
FilterMatcher(Sortables filterBy,
String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FilterMatcher that)
Deprecated.
|
boolean |
equals(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.
|
String |
toString()
Deprecated.
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
public FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)
public FilterMatcher(Sortables filterBy, String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
public void setActive(boolean active)
public boolean isActive()
public boolean match(BugInstance bugInstance)
Matcherpublic int compareTo(FilterMatcher that)
compareTo in interface Comparable<FilterMatcher>public void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.