Package edu.umd.cs.findbugs.annotations
Annotation Type NoWarning
-
@Retention(CLASS) public @interface NoWarningAnnotation indicating that no FindBugs warning is expected. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases- Author:
- David Hovemeyer
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that should not be reported
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ConfidenceconfidenceWant no warning at this priority or higherintnumTolerate up to this many warningsintrankWant no warning at this rank or scarier
-
-
-
-
confidence
Confidence confidence
Want no warning at this priority or higher- Default:
- edu.umd.cs.findbugs.annotations.Confidence.LOW
-
-