Matcher
public 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, wait
writeXML
public PackageWarningSuppressor(java.lang.String bugPattern, java.lang.String packageName)
public java.lang.String getPackageName()
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
match
in class WarningSuppressor
bugInstance
- the BugInstanceSpotBugs is licensed under the LGPL.