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 (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com