edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory@Deprecated
@Retention(CLASS)
public @interface DesireWarning
| 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) of the desired warning
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
Confidence |
confidence |
Deprecated.
Want a warning at this priority or higher
|
int |
num |
Deprecated.
Desire at least this many warnings
|
int |
rank |
Deprecated.
Desire a warning at least this scary
|
java.lang.String value
Confidence confidence
SpotBugs is licensed under the LGPL.