Confusing support for qualified EPackage names #99
-
|
Hi,
Is this inconsistency intended? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
EMF is very old. I would neither change the validator nor remove things from the importer at this point. Better to avoid anything that's diagnosed as an error or warning (even if the importer handles it somewhat gracefully) and use GenModel annotations (a somewhat newer feature to support Xcore) if you want to set things in the Ecore model that end up directly setting some Gen* property value. |
Beta Was this translation helpful? Give feedback.
EMF is very old. I would neither change the validator nor remove things from the importer at this point. Better to avoid anything that's diagnosed as an error or warning (even if the importer handles it somewhat gracefully) and use GenModel annotations (a somewhat newer feature to support Xcore) if you want to set things in the Ecore model that end up directly setting some Gen* property value.