Duplicate meta object ID's after code generation [message #89906] |
Mon, 11 December 2006 13:32  |
Eclipse User |
|
|
|
Originally posted by: omkarashish.gmail.com
Hi,
I am using EMF version 2.2.1. If in my ecore model I have an EClass with
name say My_Data_Object and another EClass with name MyDataObject the meta
object ID's generated for both in the package class are MY_DATA_OBJECT.
This causes compilation errors.
My ecore model is dynamically generated from another model so names like
these cannot avoided for my EClasses. The cause I found is the
implementation of GenBaseImpl.java's format which breaks classifier names
into words delimited by sourceSeparator and/or mixed-case naming.
Is there any workaround so that I can avoid the above problem?
Any help is this regards would be great.
Thanks and regards,
- Ashish
|
|
|
|
Powered by
FUDForum. Page generated in 0.02350 seconds