Edapt migrate the class with slots in inverse order [message #1816110] |
Mon, 21 October 2019 07:48  |
Eclipse User |
|
|
|
I have been using Edapt and Ecore emf for a while but still, few things I dont understand , how it works.
I have made few changes on my ecore model and edapt is performing the migration from 1.5 version to 1.6 version,
I have class called SignalInterfaceand it contains 7 attributes , and my ecore changes is not related to this class at all.
After performing edapt migration, I can see the attributes are in reverse order.
Before migration
<contents xsi:type="com.tool:SignalInterface" name="TPR" length="2" needGlobalVariable="true" includeFile="TxCdlPid.h" statusVariable="PositionStatus" valueVariable="PositionValue"/>
After migration
<contents xsi:type="com.tool:SignalInterface" name="TPR" length="2" valueVariable="PositionValue" statusVariable="PositionStatus" includeFile="TxCdlPid.h" needGlobalVariable="true"/>
I am not sure why the order is being inversed. One more strange issue is that, this reverse order causes to have null field on all the attributes of this class in my ecore resource.,.
I got struck with these.. Please someone help me out ..
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08409 seconds