-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
When running Xcode 11.7 Analyzer on our project with Parse 1.19, it shows the following 7 logic errors:
-
/Parse/Parse/Parse/PFPush.m:322:9: Converting a pointer value of type 'NSNumber *' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue
-
/Parse/Parse/Parse/Internal/PFCommandCache.m:250:21: Converting a pointer value of type 'NSNumber *' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue
and 5 more.
The last is a memory error:
8. /Parse/Parse/Parse/Internal/PFDateFormatter.m:85:5: nil returned from a method that is expected to return a non-null value
Metadata
Metadata
Assignees
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature