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

ContentAssist has to create (temporary) model elements (#110) #119

Open
StephanErb opened this issue Aug 23, 2011 · 0 comments
Open

ContentAssist has to create (temporary) model elements (#110) #119

StephanErb opened this issue Aug 23, 2011 · 0 comments

Comments

@StephanErb
Copy link
Member

In order to support completions for use-cases such as variable.subcomponent.completion we have to create model elements during completion calculation and add those to the existing model.
Otherwise the execution of OCL expressions cannot work.

This might be implemented using transactions that we roll-back after the proposal has been calculated. As resourceSets are also model elements, this should fix our memory leaks during completion calculation (resources of results are loaded but never unloaded).

@ghost ghost assigned SebastianSchlag Nov 12, 2011
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