Constructor | Description |
---|---|
SuppressionMatcher() |
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) |
public void addPackageSuppressor(PackageWarningSuppressor suppressor)
public void addSuppressor(ClassWarningSuppressor suppressor)
public int count()
public boolean match(BugInstance b)
Matcher
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.