|
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
@Deprecated public class FilterMatcher
Why this wasn't just called Filter is still somewhat of a mystery. FilterMatchers are Filters, pass in a StringPair like Priority, High and all the high priority bugs disappear, Its that easy.
Field Summary | |
---|---|
protected boolean |
active
Deprecated. |
Constructor Summary | |
---|---|
FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)
Deprecated. |
|
FilterMatcher(Sortables filterBy,
java.lang.String value)
Deprecated. |
|
FilterMatcher(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
Deprecated. |
Method Summary | |
---|---|
int |
compareTo(FilterMatcher that)
Deprecated. |
boolean |
equals(java.lang.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. |
java.lang.String |
toString()
Deprecated. |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean active
Constructor Detail |
---|
public FilterMatcher(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)
public FilterMatcher(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
public FilterMatcher(Sortables filterBy, java.lang.String value)
Method Detail |
---|
public void setActive(boolean active)
public boolean isActive()
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
bugInstance
- the BugInstance
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(FilterMatcher that)
compareTo
in interface java.lang.Comparable<FilterMatcher>
public void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
writeXML
in interface Matcher
java.io.IOException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |