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 voidaddPackageSuppressor(PackageWarningSuppressor suppressor)voidaddSuppressor(ClassWarningSuppressor suppressor)intcount()booleanmatch(BugInstance b)Determine whether or not the given BugInstance has the feature this Matcher tests for.voidwriteXML(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:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.
-
-