Package edu.umd.cs.findbugs.annotations
Annotation Interface NoWarning
Deprecated.
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 ElementDescriptionDeprecated.Want no warning at this priority or higherintDeprecated.Tolerate up to this many warningsintDeprecated.Want no warning at this rank or scarier
-
Element Details
-
value
String valueDeprecated.The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that should not be reported -
confidence
Confidence confidenceDeprecated.Want no warning at this priority or higher- Default:
LOW
-
rank
int rankDeprecated.Want no warning at this rank or scarier- Default:
20
-
num
int numDeprecated.Tolerate up to this many warnings- Default:
0
-
edu.umd.cs.findbugs.test.matcher.BugInstanceMatchermatchers in test source directory