edu.umd.cs.findbugs.annotations
Annotation Type DesireWarning
-
@Retention(value=CLASS) public @interface DesireWarningAnnotation indicating that a FindBugs warning is desired. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases
-
-
Field Summary
Fields Modifier and Type Fields and Description static intVISIBLE_RANK_MAXThe value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) of the desired warning
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description java.lang.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description ConfidenceconfidenceWant a warning at this priority or higherintnumDesire at least this many warningsintrankDesire a warning at least this scary
-
-
-
Field Detail
-
VISIBLE_RANK_MAX
public static final int VISIBLE_RANK_MAX
The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) of the desired warning
-
-
-
confidence
public abstract Confidence confidence
Want a warning at this priority or higher- Default:
- edu.umd.cs.findbugs.annotations.Confidence.LOW
-
-
DataMelt 3.0 © DataMelt by jWork.ORG