Uses of Class
edu.umd.cs.findbugs.detect.DeadLocalStoreProperty
Packages that use DeadLocalStoreProperty
-
Uses of DeadLocalStoreProperty in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as DeadLocalStorePropertyModifier and TypeFieldDescriptionstatic final DeadLocalStoreProperty
DeadLocalStoreProperty.BASE_VALUE
primitive or stringstatic final DeadLocalStoreProperty
DeadLocalStoreProperty.CACHING_VALUE
Caching valuestatic final DeadLocalStoreProperty
DeadLocalStoreProperty.CLONED_STORE
A store that seemed to have been cloned (an inlined finally block or JSR?static final DeadLocalStoreProperty
DeadLocalStoreProperty.COPY_VALUE
copy valuestatic final DeadLocalStoreProperty
DeadLocalStoreProperty.DEAD_INCREMENT
The dead store is an increment.static final DeadLocalStoreProperty
DeadLocalStoreProperty.DEAD_INCREMENT_IN_MAIN
static final DeadLocalStoreProperty
DeadLocalStoreProperty.DEAD_INCREMENT_IN_RETURN
static final DeadLocalStoreProperty
DeadLocalStoreProperty.DEAD_OBJECT_STORE
Dead store is of a newly allocated object.static final DeadLocalStoreProperty
DeadLocalStoreProperty.DEFENSIVE_CONSTANT_OPCODE
Dead store is of a defense programming constant value.static final DeadLocalStoreProperty
DeadLocalStoreProperty.DUP_THEN_STORE
There is a dup immediately before the store; perhaps a ++ operationstatic final DeadLocalStoreProperty
DeadLocalStoreProperty.EXCEPTION_HANDLER
Dead store is likely to be the exception object in an exception handler.static final DeadLocalStoreProperty
DeadLocalStoreProperty.IN_JSP_PAGE
A store in a JSP pagestatic final DeadLocalStoreProperty
DeadLocalStoreProperty.IS_PARAMETER
static final DeadLocalStoreProperty
DeadLocalStoreProperty.KILLED_BY_SUBSEQUENT_STORE
Store is killed by a subsequent store.static final DeadLocalStoreProperty
DeadLocalStoreProperty.LOCAL_NAME
Name of the local variable.static final DeadLocalStoreProperty
DeadLocalStoreProperty.MANY_STORES
many storesstatic final DeadLocalStoreProperty
DeadLocalStoreProperty.METHOD_RESULT
static final DeadLocalStoreProperty
DeadLocalStoreProperty.NO_LOADS
There are no loads of this local.static final DeadLocalStoreProperty
DeadLocalStoreProperty.NOT_JAVA
A store in non Java pagestatic final DeadLocalStoreProperty
DeadLocalStoreProperty.PARAM_DEAD_ON_ENTRY
This local is a parameter which is dead on entry to the method.static final DeadLocalStoreProperty
DeadLocalStoreProperty.SHADOWS_FIELD
Variable shadows a fields with the same namestatic final DeadLocalStoreProperty
DeadLocalStoreProperty.SINGLE_DEAD_INCREMENT
The dead store is an increment: the only one in the method.static final DeadLocalStoreProperty
DeadLocalStoreProperty.SINGLE_STORE
There is only one store of this local.static final DeadLocalStoreProperty
DeadLocalStoreProperty.STORE_OF_CONSTANT
static final DeadLocalStoreProperty
DeadLocalStoreProperty.STORE_OF_DATABASE_VALUE
Store of database operationstatic final DeadLocalStoreProperty
DeadLocalStoreProperty.STORE_OF_NULL
static final DeadLocalStoreProperty
DeadLocalStoreProperty.SYNTHETIC_NAME
static final DeadLocalStoreProperty
DeadLocalStoreProperty.TWO_STORES_MULTIPLE_LOADS
Method contains two stores and multiple loads of this local.