| Constructor and Description |
|---|
BugMatcher(String codes,
String patterns,
String categories)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(XMLOutput xmlOutput,
String name,
StringSetMatch matches) |
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 boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionpublic void addAttribute(XMLOutput xmlOutput, String name, StringSetMatch matches) throws IOException
IOExceptionCopyright © 2003–2015. All rights reserved.