|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.props.AbstractWarningProperty
edu.umd.cs.findbugs.detect.NullDerefProperty
public class NullDerefProperty
Warning properties for null pointer dereference and redundant null comparison warnings.
Field Summary | |
---|---|
static NullDerefProperty |
CHECKED_VALUE
Redundant null comparison is of a checked null value. |
static NullDerefProperty |
CLOSING_NULL
|
static NullDerefProperty |
CREATED_DEAD_CODE
Redundant nullcheck created dead code. |
static NullDerefProperty |
DEREFS_ARE_CLONED
|
static NullDerefProperty |
DEREFS_ARE_INLINED_FINALLY_BLOCKS
|
static NullDerefProperty |
DEREFS_IN_CATCH_BLOCKS
|
static NullDerefProperty |
LONG_RANGE_NULL_SOURCE
Redundant null comparison is of a checked null value. |
static NullDerefProperty |
WOULD_HAVE_BEEN_A_KABOOM
Redundant nullcheck of previously dereferenced value. |
Method Summary |
---|
Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty |
---|
getName, getPriorityAdjustment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NullDerefProperty CHECKED_VALUE
public static final NullDerefProperty LONG_RANGE_NULL_SOURCE
public static final NullDerefProperty WOULD_HAVE_BEEN_A_KABOOM
public static final NullDerefProperty CREATED_DEAD_CODE
public static final NullDerefProperty DEREFS_ARE_CLONED
public static final NullDerefProperty CLOSING_NULL
public static final NullDerefProperty DEREFS_ARE_INLINED_FINALLY_BLOCKS
public static final NullDerefProperty DEREFS_IN_CATCH_BLOCKS
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |