| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany. |
| Modifier and Type | Field and Description |
|---|---|
static int |
OpcodeStack.Item.AVERAGE_COMPUTED_USING_DIVISION |
static int |
OpcodeStack.Item.FILE_OPENED_IN_APPEND_MODE |
static int |
OpcodeStack.Item.FILE_SEPARATOR_STRING |
static int |
OpcodeStack.Item.FLOAT_MATH |
static int |
OpcodeStack.Item.HASHCODE_INT |
static int |
OpcodeStack.Item.HASHCODE_INT_REMAINDER |
static int |
OpcodeStack.Item.INTEGER_SUM |
static int |
OpcodeStack.Item.LOW_8_BITS_CLEAR |
static int |
OpcodeStack.Item.MATH_ABS |
static int |
OpcodeStack.Item.MATH_ABS_OF_HASHCODE |
static int |
OpcodeStack.Item.MATH_ABS_OF_RANDOM |
static int |
OpcodeStack.Item.NASTY_FLOAT_MATH |
static int |
OpcodeStack.Item.NEWLY_ALLOCATED |
static int |
OpcodeStack.Item.NON_NEGATIVE |
static int |
OpcodeStack.Item.NONZERO_MEANS_NULL |
static int |
OpcodeStack.Item.NOT_SPECIAL |
static int |
OpcodeStack.Item.RANDOM_INT |
static int |
OpcodeStack.Item.RANDOM_INT_REMAINDER |
static int |
OpcodeStack.Item.RESULT_OF_I2L |
static int |
OpcodeStack.Item.RESULT_OF_L2I |
static int |
OpcodeStack.Item.SERVLET_OUTPUT |
static int |
OpcodeStack.Item.SERVLET_REQUEST_TAINTED |
static int |
OpcodeStack.Item.SIGNED_BYTE |
static int |
OpcodeStack.Item.TYPE_ONLY |
static int |
OpcodeStack.Item.ZERO_MEANS_NULL |
| Modifier and Type | Method and Description |
|---|---|
static int |
OpcodeStack.Item.defineNewSpecialKind(java.lang.String name)
Deprecated.
use
OpcodeStack.Item.defineSpecialKind(String) instead. |
static int |
OpcodeStack.Item.defineSpecialKind(java.lang.String name)
Define a new special kind and name it as specified.
|
int |
OpcodeStack.Item.getSpecialKind() |
int |
OpcodeStack.Item.getSpecialKindForAbs() |
int |
OpcodeStack.Item.getSpecialKindForRemainder() |
| Modifier and Type | Method and Description |
|---|---|
OpcodeStack.Item |
OpcodeStack.Item.cloneAndSetSpecialKind(int specialKind) |
static java.util.Optional<java.lang.String> |
OpcodeStack.Item.getSpecialKindName(int specialKind) |
void |
OpcodeStack.Item.setSpecialKind(int specialKind) |
SpotBugs is licensed under the LGPL.