Skip to content

Documentation bug: ParseObject.unpinAll() doesn't really unpin ALL objects #957

Open
@techyourchance

Description

@techyourchance

After several hours of debug, I've finally found the problem in client's app: ParseObject.unpinAll() unpins only the objects that were pinned using default name (automatically assigned if no explicit name specified upon pinning).

Current JavaDoc of unipinAll():

Removes the objects and every object they point to in the local datastore, recursively.

IMHO, the documentation of unpinAll() method should reflect the exact mechanics of which objects will be unpinned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions