edu.umd.cs.findbugs.detect
public class NullDerefProperty extends AbstractWarningProperty
| Field Summary | |
|---|---|
| static NullDerefProperty | CHECKED_VALUE Redundant null comparison is of a checked null value. |
| static NullDerefProperty | CREATED_DEAD_CODE Redundant nullcheck created dead code. |
| static NullDerefProperty | WOULD_HAVE_BEEN_A_KABOOM Redundant nullcheck of previously dereferenced value. |