Uses of Class
edu.umd.cs.findbugs.detect.NullDerefProperty
Packages that use NullDerefProperty
-
Uses of NullDerefProperty in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as NullDerefPropertyModifier and TypeFieldDescriptionstatic final NullDerefPropertyNullDerefProperty.ALWAYS_ON_EXCEPTION_PATHdereference always on exception pathstatic final NullDerefPropertyNullDerefProperty.CHECKED_VALUERedundant null comparison is of a checked null value.static final NullDerefPropertyNullDerefProperty.CLOSING_NULLstatic final NullDerefPropertyNullDerefProperty.CREATED_DEAD_CODERedundant nullcheck created dead code.static final NullDerefPropertyNullDerefProperty.DEREFS_ARE_CLONEDstatic final NullDerefPropertyNullDerefProperty.DEREFS_ARE_INLINED_FINALLY_BLOCKSstatic final NullDerefPropertyNullDerefProperty.DEREFS_IN_CATCH_BLOCKSstatic final NullDerefPropertyNullDerefProperty.LONG_RANGE_NULL_SOURCERedundant null comparison is of a checked null value.static final NullDerefPropertyNullDerefProperty.WOULD_HAVE_BEEN_A_KABOOMRedundant nullcheck of previously dereferenced value.