Matcher
, java.io.Serializable
, java.lang.Comparable<FilterMatcher>
@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, writeXML
public StackedFilterMatcher(FilterMatcher... filters)
public void setActive(boolean active)
setActive
in class FilterMatcher
public FilterMatcher[] getFilters()
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
match
in class FilterMatcher
bugInstance
- the BugInstancepublic java.lang.String toString()
toString
in class FilterMatcher
public boolean equals(java.lang.Object o)
equals
in class FilterMatcher
public int hashCode()
hashCode
in class FilterMatcher
public static void main(java.lang.String[] args)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.