|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) public @interface DesireWarning
Annotation indicating that a FindBugs warning is desired. 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) of the desired warning |
| Optional Element Summary | |
|---|---|
Confidence |
confidence
Want a warning at this priority or higher |
int |
rank
Expect a warning at least this scary |
| 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 | |||||||||