Package edu.umd.cs.findbugs
Class SuppressionMatcher
java.lang.Object
edu.umd.cs.findbugs.SuppressionMatcher
- All Implemented Interfaces:
Matcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPackageSuppressor(PackageWarningSuppressor suppressor) voidaddSuppressor(ClassWarningSuppressor suppressor) intcount()booleanmatch(BugInstance b) Determine whether or not the given BugInstance has the feature this Matcher tests for.void
-
Constructor Details
-
SuppressionMatcher
public SuppressionMatcher()
-
-
Method Details
-
addPackageSuppressor
-
addSuppressor
-
count
public int count() -
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
-