Reports the cases when
0
is used instead of
nil
. In some cases, it might be a problem, for example, when
0
is stored in an array. You might have wanted to store
NSNumber
with value
0
instead of
nil
.