CWE-395 – Use of NullPointerException Catch to Detect NULL Pointer Dereference
Description Catching NullPointerException should not be used as an alternative to programmatic checks to prevent dereferencing a null pointer. Modes of Introduction: - Implementation ...