| Constructor and Description |
|---|
RankMatcher(java.lang.String rankAsString)
Constructor.
|
| Modifier and Type | Method and 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 RankMatcher(java.lang.String rankAsString)
rankAsString - the rank, as a Stringjava.lang.NumberFormatException - if the rank cannot be parsedpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean match(BugInstance bugInstance)
MatcherSpotBugs is licensed under the LGPL.