Uses of Class
edu.umd.cs.findbugs.OpcodeStack.Item.SpecialKind
-
Packages that use OpcodeStack.Item.SpecialKind 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. -
-
Uses of OpcodeStack.Item.SpecialKind in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Field 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
Methods in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Method Description static int
OpcodeStack.Item. defineNewSpecialKind(java.lang.String name)
int
OpcodeStack.Item. getSpecialKind()
int
OpcodeStack.Item. getSpecialKindForAbs()
int
OpcodeStack.Item. getSpecialKindForRemainder()
Method parameters in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Method Description OpcodeStack.Item
OpcodeStack.Item. cloneAndSetSpecialKind(int specialKind)
void
OpcodeStack.Item. setSpecialKind(int specialKind)
-