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
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.Want no warning at this priority or higherint
Deprecated.Tolerate up to this many warningsint
Deprecated.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.BugInstanceMatcher
matchers in test source directory