LLBSDMessaging icon indicating copy to clipboard operation
LLBSDMessaging copied to clipboard

LLBSDProcessInfo isEqual implementation error

Open larryonoff opened this issue 10 years ago • 1 comments

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) {

larryonoff avatar Apr 02 '15 16:04 larryonoff

I just ran into this myself; I agree with the proposed fix.

innermatrix avatar Aug 25 '15 04:08 innermatrix