edu.umd.cs.findbugs.detect

Class NullDerefProperty

public class NullDerefProperty extends AbstractWarningProperty

Warning properties for null pointer dereference and redundant null comparison warnings.

Author: David Hovemeyer

Field Summary
static NullDerefPropertyCHECKED_VALUE
Redundant null comparison is of a checked null value.
static NullDerefPropertyCREATED_DEAD_CODE
Redundant nullcheck created dead code.
static NullDerefPropertyWOULD_HAVE_BEEN_A_KABOOM
Redundant nullcheck of previously dereferenced value.

Field Detail

CHECKED_VALUE

public static final NullDerefProperty CHECKED_VALUE
Redundant null comparison is of a checked null value.

CREATED_DEAD_CODE

public static final NullDerefProperty CREATED_DEAD_CODE
Redundant nullcheck created dead code.

WOULD_HAVE_BEEN_A_KABOOM

public static final NullDerefProperty WOULD_HAVE_BEEN_A_KABOOM
Redundant nullcheck of previously dereferenced value.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.