Package edu.umd.cs.findbugs.filter
Class RankMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.RankMatcher
- All Implemented Interfaces:
Matcher
Matcher to select BugInstances with a particular rank or higher.
- Author:
- William Pugh
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RankMatcher
Constructor.- Parameters:
rankAsString- the rank, as a String- Throws:
NumberFormatException- if the rank cannot be parsed
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
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
-