Package | Description |
---|---|
edu.umd.cs.findbugs.detect |
Modifier and Type | Field and Description |
---|---|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.BASE_VALUE
primitive or string
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.CACHING_VALUE
Caching value
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.CLONED_STORE
A store that seemed to have been cloned (an inlined finally block or JSR?
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.COPY_VALUE
copy value
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DEAD_INCREMENT
The dead store is an increment.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DEAD_INCREMENT_IN_MAIN |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DEAD_INCREMENT_IN_RETURN |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DEAD_OBJECT_STORE
Dead store is of a newly allocated object.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DEFENSIVE_CONSTANT_OPCODE
Dead store is of a defense programming constant value.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.DUP_THEN_STORE
There is a dup immediately before the store; perhaps a ++ operation
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.EXCEPTION_HANDLER
Dead store is likely to be the exception object in an exception handler.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.IN_JSP_PAGE
A store in a JSP page
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.IS_PARAMETER |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.KILLED_BY_SUBSEQUENT_STORE
Store is killed by a subsequent store.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.LOCAL_NAME
Name of the local variable.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.MANY_STORES
many stores
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.METHOD_RESULT |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.NO_LOADS
There are no loads of this local.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.NOT_JAVA
A store in non Java page
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.PARAM_DEAD_ON_ENTRY
This local is a parameter which is dead on entry to the method.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.SHADOWS_FIELD
Variable shadows a fields with the same name
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.SINGLE_DEAD_INCREMENT
The dead store is an increment: the only one in the method.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.SINGLE_STORE
There is only one store of this local.
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.STORE_OF_CONSTANT |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.STORE_OF_DATABASE_VALUE
Store of database operation
|
static DeadLocalStoreProperty |
DeadLocalStoreProperty.STORE_OF_NULL |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.SYNTHETIC_NAME |
static DeadLocalStoreProperty |
DeadLocalStoreProperty.TWO_STORES_MULTIPLE_LOADS
Method contains two stores and multiple loads of this local.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.