edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory@Deprecated
@Retention(CLASS)
public @interface DesireNoWarning
| 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
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
Confidence |
confidence |
Deprecated.
Want no warning at this priority or higher
|
int |
num |
Deprecated.
Tolerate up to this many warnings
|
Priority |
priority |
Deprecated.
- use confidence instead
|
java.lang.String value
@Deprecated Priority priority
Confidence confidence
SpotBugs is licensed under the LGPL.