Re: What could that be?
Re: What could that be?
- Subject: Re: What could that be?
- From: Mike Schrag <email@hidden>
- Date: Fri, 10 Jul 2009 00:06:09 -0400
_NSWeakMutableArray has
/* */ public void removeReference(Object object)
/* */ {
/* 119 */ this.array.removeObject(object);
/* */ }
/* */
/* */ protected void __removeReference(Reference object)
/* */ {
/* 124 */ processQueue();
/* 125 */ this.array.removeObject(object);
/* */ }
i can't speak for anyone else here ... but if _I_ were to jad and fix
this bug, i would probably move that processQueue() call out of
__removeReference and put it in removeReference() instead .......
that's just me.
i might also look at the equivalent methods in _NSWeakMutableSet and
Dictionary.
again ..
i'm just sayin'.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden