Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeoEditor captures NoSuchMethodErrors on setSelection but does not handle them #52

Closed
gdaniel opened this issue Jan 10, 2017 · 1 comment

Comments

@gdaniel
Copy link
Contributor

gdaniel commented Jan 10, 2017

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.

@yvrng
Copy link
Contributor

yvrng commented Jun 24, 2017

Since 730ac38: This exception is now handled internally, and has been replaced by an UnsupportedOperationException.

@yvrng yvrng added this to the Release 2.0.0 milestone Feb 16, 2018
@yvrng yvrng closed this as completed Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants