occiware / OCCI-Studio

OCCI Studio
Eclipse Public License 1.0
11 stars 2 forks source link

Extented Sirius Designer Generator: Type references should be qualified. #46

Closed kortef closed 6 years ago

kortef commented 6 years ago

The type references generated for the .odesign file should be qualified using the containing package names, otherwise this might cause type conflicts at runtime. See example below. Instead of: example1 It should be: example2

fzalila commented 6 years ago

I confirm this observation. I encountered the same behavior when I have customized the extended LAMP designer. This behavior appears in MoDMaCAO use-case because we have two different concepts with the same name (Application kind and Application mixin, Component kind and Component mixin). I will fix this bug in few days.