Hello,
What should be the conversion in the pragma #MSEClass:super: in #annotation
methods? For now there is no conversion, example:
- super with dot and MSEClass without prefix of the meta-model (Famix)
FAMIXClass>>annotation
<MSEClass: #Class super: 'FAMIX.Type'>
- super without dot and MSEClass without prefix of the meta-model (Famix)
FAMIXComment>>annotation
<MSEClass: #Comment super: #FAMIXSourcedEntity>
<package: #FAMIX>
- MSEClass with prefix of the meta-model (Hismo) and super without dot
HismoAbstractHistory>>annotation
<MSEClass: #HismoAbstractHistory super: #FAMIXEntity>
I can fix it if you tell me correct pattern.
--
Andre Hora