|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.WarningSuppressor
edu.umd.cs.findbugs.ClassWarningSuppressor
edu.umd.cs.findbugs.MethodWarningSuppressor
public class MethodWarningSuppressor
Field Summary | |
---|---|
(package private) MethodAnnotation |
method
|
Fields inherited from class edu.umd.cs.findbugs.ClassWarningSuppressor |
---|
clazz |
Fields inherited from class edu.umd.cs.findbugs.WarningSuppressor |
---|
bugPattern, DEBUG |
Constructor Summary | |
---|---|
MethodWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
MethodAnnotation method)
|
Method Summary | |
---|---|
boolean |
match(BugInstance bugInstance)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
MethodAnnotation method
Constructor Detail |
---|
public MethodWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, MethodAnnotation method)
Method Detail |
---|
public boolean match(BugInstance bugInstance)
match
in interface Matcher
match
in class ClassWarningSuppressor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |