Re: [SOLVED] Re: NSArray bug
Re: [SOLVED] Re: NSArray bug
- Subject: Re: [SOLVED] Re: NSArray bug
- From: Mike Schrag <email@hidden>
- Date: Tue, 21 Apr 2009 17:12:20 -0400
and fixed
On Apr 21, 2009, at 5:10 PM, Stamenkovic Florijan wrote:
OK, I assume that then it's also reported.
F
On Apr 21, 2009, at 16:20, Mike Schrag wrote:
yes, the impl is wrong in 5.4 ... q fixed this in Wonder's a couple
weeks ago
On Apr 21, 2009, at 4:13 PM, Stamenkovic Florijan wrote:
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
_______________________________________________
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