Class LastVersionMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.VersionMatcher
edu.umd.cs.findbugs.filter.LastVersionMatcher
- All Implemented Interfaces:
Matcher
Matcher to select BugInstances with a particular last version.
-
Field Summary
FieldsFields inherited from class VersionMatcher
relOp, version -
Constructor Summary
ConstructorsConstructorDescriptionLastVersionMatcher(long version, RelationalOp relOp) LastVersionMatcher(String versionAsString, RelationalOp relOp) LastVersionMatcher(String versionAsString, String relOpAsString) -
Method Summary
Methods inherited from class VersionMatcher
equals, hashCode
-
Field Details
-
DEAD_BUG_MATCHER
-
-
Constructor Details
-
LastVersionMatcher
-
LastVersionMatcher
-
LastVersionMatcher
-
-
Method Details
-
match
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
writeXML
- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-
toString
-