Community
Participate
Working Groups
All self references in Ecore.ecore use the "#//..." href form except: <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> Presumably a typo for <eGenericType eClassifier="#//EEList">
The fix is committed to CVS for 2.7.
2.6.1?
It strikes me as trivial issue not worth addressing in the maintenance stream, no?
It's certainly trivial, which makes it very safe to include in 2.6.1. The bug was introduced in 2.6.0 so it seems desirable to limit its lifetime to 3 months rather than a year plus. The bug manifests itself if Ecore.ecore is loaded, since EEList is then resolved in another variant of Ecore. Not a common activity, but a very easy fix.
The fix is available in the latest build for the stream.