Skip to content

LLBSDProcessInfo isEqual implementation error #1

@larryonoff

Description

@larryonoff

I have an assumption the there's an error in isEqual implementation.
Please see https://github.com/ddeville/LLBSDMessaging/blob/master/LLBSDMessaging/LLBSDProcessInfo.m#L39.

It should be

if (self.processIdentifier != object.processIdentifier) {

not

if (!self.processIdentifier != object.processIdentifier) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions