| Constructor and Description |
|---|
ConfidenceMatcher(String confidenceAsString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
public ConfidenceMatcher(String confidenceAsString)
confidenceAsString - the confidence, as a StringFilterExceptionpublic boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.