FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.detect.NullDerefProperty

Packages that use NullDerefProperty
edu.umd.cs.findbugs.detect   
 

Uses of NullDerefProperty in edu.umd.cs.findbugs.detect
 

Fields in edu.umd.cs.findbugs.detect declared as NullDerefProperty
static NullDerefProperty NullDerefProperty.CHECKED_VALUE
          Redundant null comparison is of a checked null value.
static NullDerefProperty NullDerefProperty.CLOSING_NULL
           
static NullDerefProperty NullDerefProperty.CREATED_DEAD_CODE
          Redundant nullcheck created dead code.
static NullDerefProperty NullDerefProperty.DEREFS_ARE_CLONED
           
static NullDerefProperty NullDerefProperty.DEREFS_ARE_INLINED_FINALLY_BLOCKS
           
static NullDerefProperty NullDerefProperty.DEREFS_IN_CATCH_BLOCKS
           
static NullDerefProperty NullDerefProperty.LONG_RANGE_NULL_SOURCE
          Redundant null comparison is of a checked null value.
static NullDerefProperty NullDerefProperty.WOULD_HAVE_BEEN_A_KABOOM
          Redundant nullcheck of previously dereferenced value.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.