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 TypeMethodDescriptionvoid
addPackageSuppressor
(PackageWarningSuppressor suppressor) void
addSuppressor
(ClassWarningSuppressor suppressor) int
count()
boolean
match
(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:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for. -
writeXML
- Specified by:
writeXML
in interfaceMatcher
- Throws:
IOException
-