• 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
NSArray bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSArray bug


  • Subject: NSArray bug
  • From: Stamenkovic Florijan <email@hidden>
  • Date: Tue, 21 Apr 2009 16:13:28 -0400

Please confirm:

NSArray<SomeEO>  children = someEO.children();

SomeEO[] childrenArray = children.objects(); // compiles, no warning, throws ClassCastException (Object[]) at runtime
SomeEO[] childrenArray = children.toArray(new SomeEO[children.count()]); // works fine



F _______________________________________________ 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
  • Follow-Ups:
    • Re: NSArray bug
      • From: Mike Schrag <email@hidden>
  • Prev by Date: WOSubmit back button does not operate in IE
  • Next by Date: Re: AjaxModalContainer question..
  • Previous by thread: Re: WOSubmit back button does not operate in IE [Resolved]
  • Next by thread: Re: NSArray bug
  • Index(es):
    • Date
    • Thread