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