public class LastVersionMatcher extends VersionMatcher implements Matcher
| Modifier and Type | Field and Description |
|---|---|
static LastVersionMatcher |
DEAD_BUG_MATCHER |
relOp, version| Constructor and Description |
|---|
LastVersionMatcher(long version,
RelationalOp relOp) |
LastVersionMatcher(String versionAsString,
RelationalOp relOp) |
LastVersionMatcher(String versionAsString,
String relOpAsString) |
| Modifier and Type | Method and Description |
|---|---|
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) |
equals, hashCodepublic static final LastVersionMatcher DEAD_BUG_MATCHER
public LastVersionMatcher(String versionAsString, RelationalOp relOp)
public LastVersionMatcher(long version,
RelationalOp relOp)
public boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.