Package edu.umd.cs.findbugs.annotations
Annotation Type DesireNoWarning
-
@Deprecated @Retention(CLASS) public @interface DesireNoWarning
Deprecated.The annotation based approach is useless for lambdas. Write expectations usingedu.umd.cs.findbugs.test.matcher.BugInstanceMatcher
matchers in test source directoryAnnotation indicating that no FindBugs warnings of the specified type is desired. 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.String
value
Deprecated.The 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 Description Confidence
confidence
Deprecated.Want no warning at this priority or higherint
num
Deprecated.Tolerate up to this many warningsPriority
priority
Deprecated.- use confidence instead
-
-
-
-
priority
@Deprecated Priority priority
Deprecated.- use confidence instead- Default:
- edu.umd.cs.findbugs.annotations.Priority.LOW
-
-
-
confidence
Confidence confidence
Deprecated.Want no warning at this priority or higher- Default:
- edu.umd.cs.findbugs.annotations.Confidence.LOW
-
-