Matcherpublic class PackageWarningSuppressor extends WarningSuppressor
| Constructor | Description |
|---|---|
PackageWarningSuppressor(java.lang.String bugPattern,
java.lang.String packageName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPackageName() |
|
boolean |
match(BugInstance bugInstance) |
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteXMLpublic PackageWarningSuppressor(java.lang.String bugPattern,
java.lang.String packageName)
public java.lang.String getPackageName()
public boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class WarningSuppressorbugInstance - the BugInstanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.