Community
Participate
Working Groups
Build Identifier: 0.9.0.v20101119-1059 Generated components are trying to update derived attributes but there is no way to perform such operation. Reproducible: Always Steps to Reproduce: 1. Gets an ecore with some derived attributes (with a type that is a DataType that corresponds to a java.lang.String type) 2. Generates the components and eefgen model 3. Generates the code 4. See that the method XxxxPropertiesEditionComponent.updateSemanticModel(IPropertiesEditionEvent) has an instruction: xxxxx.setDerivedAttributeName((java.lang.String)EEFConverterUtil.createFromString(XxxxxPackage.eINSTANCE.getDataTypeName(), (String)event.getNewValue()));
FIXED: in EEF 1.2 with CDO compatibility support