Re: What could that be?
Re: What could that be?
- Subject: Re: What could that be?
- From: Denis Frolov <email@hidden>
- Date: Tue, 10 Nov 2009 15:51:06 +0300
Hi,
We've recently moved to 5.4.3 and hit this bug right away. I've jadded
the _NSWeakMutableArray, added it to our project's build path and
applied a fix - the problem went away. Should I commit it (along with
_NSWeakMutableSet and _NSWeakValueMutableDictionary) to Wonder? If
yes, is it kosher to leave the jadded files as is (formatting, etc)?
ps: It looks like the build of WO with fix never made it to the public
release. The versions in the latest nightly build on ADC do not differ
from ones in 5.4.3.
On Fri, Jul 10, 2009 at 7:06 AM, Mike Schrag <email@hidden> wrote:
>>>>> _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
>
_______________________________________________
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