• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What could that be?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >What could that be? (From: Lars Sonchocky-Helldorf <email@hidden>)
 >Re: What could that be? (From: Chuck Hill <email@hidden>)
 >Re: What could that be? (From: Mike Schrag <email@hidden>)
 >Re: What could that be? (From: Chuck Hill <email@hidden>)

  • Prev by Date: Fwd: StackOverflowError in _NSWeakMutableArray?
  • Next by Date: Re: AjaxObserveField - next Field
  • Previous by thread: Re: What could that be?
  • Next by thread: Re: What could that be?
  • Index(es):
    • Date
    • Thread