|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.SuppressionMatcher
public class SuppressionMatcher
Constructor Summary | |
---|---|
SuppressionMatcher()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuppressionMatcher()
Method Detail |
---|
public void addPackageSuppressor(PackageWarningSuppressor suppressor)
public void addSuppressor(ClassWarningSuppressor suppressor)
public int count()
public boolean match(BugInstance b)
Matcher
match
in interface Matcher
b
- the BugInstance
public void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
writeXML
in interface Matcher
java.io.IOException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |