|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) public @interface NoWarning
Annotation indicating that no FindBugs warning is expected. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases
| Required Element Summary | |
|---|---|
String |
value
The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that should not be reported |
| Optional Element Summary | |
|---|---|
Confidence |
confidence
Want no warning at this priority or higher |
int |
rank
Want no warning at this rank or scarier |
| Element Detail |
|---|
public abstract String value
public abstract Confidence confidence
public abstract int rank
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||