Community
Participate
Working Groups
The following example import ecore : 'http://www.eclipse.org/emf/2002/Ecore#/'; package Vlad : pfx = 'platform:/resource/Vlad/model/Vlad.oclinecore' { class A { property ab : ecore::EByte; property as : ecore::EShort; property ai : ecore::EInt; } } fails to evaluate (unresolved dynamic operation) self.ab +1 The problem is a missing if case for EByte in valueFactoryImpl.valueOf.
Support for EByte, EByteObject, EChar and ECharacterObject added. Pushed to master for M4.
CLOSED after a year in the RESOLVED state.