edu.umd.cs.findbugs.annotations
Annotation Type DesireNoWarning
-
@Retention(value=CLASS) public @interface DesireNoWarningAnnotation indicating that no FindBugs warnings of the specified type is desired. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases
-
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description java.lang.StringvalueThe value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that is desired to not be reported
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description ConfidenceconfidenceWant no warning at this priority or higherintnumTolerate up to this many warningsPrioritypriorityDeprecated.- use confidence instead
-
-
-
Element Detail
-
value
public abstract java.lang.String value
The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that is desired to not be reported
-
-
-
priority
@Deprecated public abstract Priority priority
Deprecated. - use confidence instead- Default:
- edu.umd.cs.findbugs.annotations.Priority.LOW
-
-
-
confidence
public abstract Confidence confidence
Want no warning at this priority or higher- Default:
- edu.umd.cs.findbugs.annotations.Confidence.LOW
-
-
DataMelt 3.0 © DataMelt by jWork.ORG