public class PackageWarningSuppressor extends WarningSuppressor
| Constructor and Description |
|---|
PackageWarningSuppressor(String bugPattern,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackageName() |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
writeXMLpublic String getPackageName()
public boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class WarningSuppressorbugInstance - the BugInstanceCopyright © 2003–2015. All rights reserved.