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
There is a try .. catch that avoid nasty Eclipse-level error message. This error occurs when an editor is opened with a resource loaded using a Dynamic EPackage. The command creation creates a DynamicEObject somehow, that is sent to a contains methods that fails on the proxy capture of id()
This exception need to be handled / avoided, by supporting Dynamic EMF in the Editor.
The text was updated successfully, but these errors were encountered:
There is a try .. catch that avoid nasty Eclipse-level error message. This error occurs when an editor is opened with a resource loaded using a Dynamic EPackage. The command creation creates a DynamicEObject somehow, that is sent to a contains methods that fails on the proxy capture of
id()
This exception need to be handled / avoided, by supporting Dynamic EMF in the Editor.
The text was updated successfully, but these errors were encountered: