Community
Participate
Working Groups
It's useful to have addAllUnique support as well as basic (non-resolving) methods for toArray, contains, containsAll, indexOf, and lastIndexOf. All these things allow serializers and deserializers more efficient access and can be used to improve XMLHelperImpl by avoiding unnecessary and expensive proxy resolves.
Created attachment 80320 [details] Change to update InternalEList and downstream classes This also includes improvements to the XMI code to take advantage of the changes.
Kenn, There are changes in DerivedEObjectEList. I created a new base class so that future changes to InternalEList can hopefully be handled in the base class. There's one gratuitous change in there to not disable move; I'm not sure why move would be disabled for a non-readonly list. If you're okay with these changes, I'll commit this early this weak, at which point the changes in the UML list need to be committed as well.
The UML2 changes look fine to me; ready to commit when you are.
The changes are committed to CVS. Please be sure to commit the UML2 change!
Fixed in I200710232100.
Move to verified as per bug 206558.