You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import behaves differently depending on the type of file being read:
With a standard XMI (using XPath), the import behaves correctly, and the resulting backend is the same as if we had used EMF.
With an identified XMI (using xmi:id) the links between a container and a containment aren't done properly: When an original container expects several elements, the provided container has none.
The text was updated successfully, but these errors were encountered:
Partially solved in c01de65: References are first processed as attributes when reading, then redirected in EcoreProcessor which has access to its real type.
The import behaves differently depending on the type of file being read:
xmi:id
) the links between a container and a containment aren't done properly: When an original container expects several elements, the provided container has none.The text was updated successfully, but these errors were encountered: