| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
|
| Modifier and Type | Field and Description |
|---|---|
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_HIGH |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_IGNORE |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_INFERRED |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_LOW |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_LOW_BAD_PRACTICE |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_MEDIUM |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_MEDIUM_BAD_PRACTICE |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_UNKNOWN |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.CHECK_RETURN_VALUE_VERY_HIGH |
| Modifier and Type | Method and Description |
|---|---|
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.createFor(javax.annotation.meta.When when) |
CheckReturnValueAnnotation |
CheckReturnAnnotationDatabase.getResolvedAnnotation(java.lang.Object o,
boolean getMinimal) |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.parse(java.lang.String priority) |
static CheckReturnValueAnnotation[] |
CheckReturnValueAnnotation.values() |
SpotBugs is licensed under the LGPL.