Package edu.umd.cs.findbugs
Class SuppressionMatcher
- java.lang.Object
-
- edu.umd.cs.findbugs.SuppressionMatcher
-
-
Constructor Summary
Constructors Constructor Description SuppressionMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
writeXML(XMLOutput xmlOutput, boolean disabled)
-
-
-
Method Detail
-
addPackageSuppressor
public void addPackageSuppressor(PackageWarningSuppressor suppressor)
-
addSuppressor
public void addSuppressor(ClassWarningSuppressor suppressor)
-
count
public int count()
-
match
public boolean match(BugInstance b)
Description copied from interface:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.
-
-