|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui2.FilterMatcher
edu.umd.cs.findbugs.gui2.StackedFilterMatcher
@Deprecated public class StackedFilterMatcher
Filter out bugs which fail (match) all filters. This is what happens when you filter out a branch.
Field Summary |
---|
Fields inherited from class edu.umd.cs.findbugs.gui2.FilterMatcher |
---|
active |
Constructor Summary | |
---|---|
StackedFilterMatcher(FilterMatcher... filters)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class edu.umd.cs.findbugs.gui2.FilterMatcher |
---|
compareTo, isActive, writeXML |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StackedFilterMatcher(FilterMatcher... filters)
Method Detail |
---|
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 BugInstance
public 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™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |