@Retention(value=CLASS)
public @interface NoWarning
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The value indicates the bug code (e.g., NP) or bug pattern (e.g.,
IL_INFINITE_LOOP) that should not be reported
|
Modifier and Type | Optional Element and Description |
---|---|
Confidence |
confidence
Want no warning at this priority or higher
|
int |
num
Tolerate up to this many warnings
|
int |
rank
Want no warning at this rank or scarier
|
public abstract java.lang.String value
public abstract Confidence confidence
public abstract int rank
public abstract int num
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.