|
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 FilterMatcherpublic FilterMatcher[] getFilters()
public boolean match(BugInstance bugInstance)
Matcher
match in interface Matchermatch in class FilterMatcherbugInstance - the BugInstance
public 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™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||