Package edu.umd.cs.findbugs.annotations
Annotation Interface DesireWarning
Deprecated.
Annotation indicating that a FindBugs warning is desired.
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 a warning at this priority or higherint
Deprecated.Desire at least this many warningsint
Deprecated.Desire a warning at least this scary
-
Element Details
-
value
String valueDeprecated.The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) of the desired warning
-
-
-
confidence
Confidence confidenceDeprecated.Want a warning at this priority or higher- Default:
- LOW
-
rank
int rankDeprecated.Desire a warning at least this scary- Default:
- 20
-
num
int numDeprecated.Desire at least this many warnings- Default:
- 1
-
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher
matchers in test source directory