Re: NSMutableArray conflict
Re: NSMutableArray conflict
- Subject: Re: NSMutableArray conflict
- From: "John Huss" <email@hidden>
- Date: Wed, 12 Mar 2008 09:49:17 -0500
If it says that Wonder is not generic then you must be using an older version of Wonder. Versions after the 4.0 are generic. Try with a newer version of Wonder.
On Wed, Mar 12, 2008 at 9:42 AM, Gennady Kushnir <
email@hidden> wrote:
Hello list.
I've bumped into problems compiling (in Eclipse) project (primarily
made on xcode) using ERExtensions Wonder library.
As I could understand the problem there is a replacement class for
com.webobjects.foundation.NSMutableArray in ERExtensions library made
to conform Collections interface... i do not actually need this
functionality, but that class conflicts with original Apple
implementation.
e.g. NSArray.mutableClone() won't compile
It says that NSMutableArray (from Wonder) is not generic and can not
be initialized with aforementioned method (which returns
NSMutableArray<E> from Apple)
How should I deal with that situation?
regards,
Gennady
_______________________________________________
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