| 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 |
|---|---|
CheckReturnValueAnnotation |
CheckReturnAnnotationDatabase.getResolvedAnnotation(Object o,
boolean getMinimal) |
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.parse(String priority) |
static CheckReturnValueAnnotation[] |
CheckReturnValueAnnotation.values() |
Copyright © 2003–2015. All rights reserved.