Skip to content

Files

Latest commit

 

History

History
12 lines (6 loc) · 259 Bytes

UseCheckNotNull.md

File metadata and controls

12 lines (6 loc) · 259 Bytes

Pattern: Missing use of checkNotNull

Issue: -

Description

Flags check calls for not-null check that can be replaced with a checkNotNull call.

Further Reading