Class ConfidenceMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.ConfidenceMatcher
- All Implemented Interfaces:
Matcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
confidence
private final int confidence
-
-
Constructor Details
-
ConfidenceMatcher
Constructor.- Parameters:
confidenceAsString- the confidence, as a String- Throws:
FilterException
-
-
Method Details
-
toString
-
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
-