Matcher@Deprecated public class StackedFilterMatcher extends FilterMatcher
active| Constructor | Description |
|---|---|
StackedFilterMatcher(FilterMatcher... filters) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
Deprecated.
|
FilterMatcher[] |
getFilters() |
Deprecated.
|
int |
hashCode() |
Deprecated.
|
static void |
main(java.lang.String[] args) |
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.
|
compareTo, isActive, writeXMLpublic StackedFilterMatcher(FilterMatcher... filters)
public void setActive(boolean active)
setActive in class FilterMatcherpublic FilterMatcher[] getFilters()
public boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class FilterMatcherbugInstance - the BugInstancepublic java.lang.String toString()
toString in class FilterMatcherpublic boolean equals(java.lang.Object o)
equals in class FilterMatcherpublic int hashCode()
hashCode in class FilterMatcherpublic static void main(java.lang.String[] args)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.