Package edu.umd.cs.findbugs.annotations
Annotation Type NoWarning
Annotation indicating that no FindBugs warning is expected.
See http://code.google.com/p/findbugs/wiki/FindbugsTestCases
- Author:
- David Hovemeyer
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionWant no warning at this priority or higherint
Tolerate up to this many warningsint
Want no warning at this rank or scarier
-
Element Details
-
value
String valueThe value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that should not be reported
-
-
-
confidence
Confidence confidenceWant no warning at this priority or higher- Default:
- LOW
-
rank
int rankWant no warning at this rank or scarier- Default:
- 20
-
num
int numTolerate up to this many warnings- Default:
- 0
-