_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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]