Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 259 Bytes

nullPointerRedundantCheck.md

File metadata and controls

11 lines (6 loc) · 259 Bytes

Pattern: Redundant null pointer check

Issue: -

Description

Either the condition is redundant or there is possible null pointer dereference.

Further Reading