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

Exceptions in EMF-Frag editor when selecting objects #27

Open
markus1978 opened this issue Mar 5, 2013 · 1 comment
Open

Exceptions in EMF-Frag editor when selecting objects #27

markus1978 opened this issue Mar 5, 2013 · 1 comment
Labels

Comments

@markus1978
Copy link
Owner

Extensions and objects with indexed value sets cause exceptions when clicked in the EMF editor.

@markus1978
Copy link
Owner Author

  1. cause: [ ] objects contained in a indexed value set of an indexed containment reference have no container.
  2. cause: [ ] when an object is clicked, EMF checks for containment in all references of the container. Causes #contains on value sets.
  3. cause: [x] EMF asks for the containment feature when a child is clicked. This causes null pointer exception for extensions, which have no containment feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant