Community
Participate
Working Groups
org.eclipse.gmt.modisco.java.classicEObject is dedicated to one standard EMF implementation (EObjectImpl root class). org.eclipse.gmt.modisco.java should rely on MinimalEObjectImpl since benchmarks show its interest as a default implementation. Some past wrong move/refactoring have been done between SVN repositories and MinimalEObjectImpl inheritance has been lost.
Fixed in revision 4233.
It is important to notice that modifying the inheritance does not violate API freeze by M6 : - both MinimaEObjectImpl & EObjectImpl implement EObject interface - EObjectImpl did not provide additional public/protected method compared to MinimaEObjectImpl.
Upgrade done.