Matcher
FieldWarningSuppressor
, MethodWarningSuppressor
, ParameterWarningSuppressor
public class ClassWarningSuppressor extends WarningSuppressor
Constructor | Description |
---|---|
ClassWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz) |
Modifier and Type | Method | Description |
---|---|---|
ClassAnnotation |
getClassAnnotation() |
|
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 ClassWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz)
public ClassAnnotation getClassAnnotation()
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
match
in class WarningSuppressor
bugInstance
- the BugInstanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.