Enum | Description |
---|---|
edu.umd.cs.findbugs.annotations.Priority |
use
Confidence instead |
edu.umd.cs.findbugs.annotations.When |
Annotation Type | Description |
---|---|
edu.umd.cs.findbugs.annotations.DesireNoWarning |
The annotation based approach is useless for lambdas. Write expectations using
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory |
edu.umd.cs.findbugs.annotations.DesireWarning |
The annotation based approach is useless for lambdas. Write expectations using
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory |
edu.umd.cs.findbugs.annotations.ExpectWarning |
The annotation based approach is useless for lambdas. Write expectations using
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory |
edu.umd.cs.findbugs.annotations.NoWarning |
The annotation based approach is useless for lambdas. Write expectations using
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory |
edu.umd.cs.findbugs.annotations.PossiblyNull |
- use CheckForNull instead; the name of which more clearly
indicates that not only could the value be null, but that good
coding practice requires that the value be checked for null.
|
edu.umd.cs.findbugs.annotations.SuppressWarnings |
- Use
SuppressFBWarnings instead |
Annotation Type Element | Description |
---|---|
edu.umd.cs.findbugs.annotations.CheckReturnValue.priority() | |
edu.umd.cs.findbugs.annotations.DefaultAnnotation.priority() | |
edu.umd.cs.findbugs.annotations.DefaultAnnotationForFields.priority() | |
edu.umd.cs.findbugs.annotations.DefaultAnnotationForMethods.priority() | |
edu.umd.cs.findbugs.annotations.DefaultAnnotationForParameters.priority() | |
edu.umd.cs.findbugs.annotations.DesireNoWarning.priority() |
- use confidence instead
|
SpotBugs is licensed under the LGPL.