| Constructor and Description |
|---|
DesignationMatcher(java.lang.String designations)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(XMLOutput xmlOutput,
java.lang.String name,
StringSetMatch matches) |
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 DesignationMatcher(java.lang.String designations)
designations - comma-separated list of designationspublic boolean match(BugInstance bugInstance)
Matcherpublic 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 void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
public void addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches) throws java.io.IOException
java.io.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.