Constructor | Description |
---|---|
PriorityMatcher(java.lang.String priorityAsString) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
boolean |
match(BugInstance bugInstance) |
Determine whether or not the given BugInstance has the
feature this Matcher tests for.
|
java.lang.String |
toString() |
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
public PriorityMatcher(java.lang.String priorityAsString)
priorityAsString
- the priority, as a StringFilterException
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean match(BugInstance bugInstance)
Matcher
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.