Re: Prototype mutableArray savechanges error
Re: Prototype mutableArray savechanges error
- Subject: Re: Prototype mutableArray savechanges error
- From: Anjo Krank <email@hidden>
- Date: Wed, 27 May 2009 23:23:02 +0200
Am 27.05.2009 um 23:00 schrieb Mike Schrag:
why don't we kill ERXMutableArray and just make ERXArray that you
construct with another NSArray... make mutableClone on it just
return NSMutableArray, so you can't mess up.
The only reason ERXMutableArray exists is that is can be used as an
attribute (previously it was also the only List implementation
present, which is mutable and thus must inherit NSMutableArray) which
is done by the normal EOAttribute serialization. If one could "change"
this to use an actual factory, we wouldn't have that problem and it
could be deleted (give or take a deprecation or two).
I'm not really for changing it to ERXArray in the meantime...
Cheers, Anjo
_______________________________________________
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