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

DockerStudio - remove XTend #197

Closed
mdutoo opened this issue Mar 30, 2017 · 1 comment
Closed

DockerStudio - remove XTend #197

mdutoo opened this issue Mar 30, 2017 · 1 comment

Comments

@mdutoo
Copy link

mdutoo commented Mar 30, 2017

When developing the DockerStudio, XTend generates trace files as soon that more than a few words are written, even within the same line, even without saving the file (which, or at least interacting with the filesystem at this step, is contrary to Eclipse builder concept philosophy). This takes up 300% CPU on my 4 core-machine and freezes Eclipse for more or less 10 seconds.

Solution: an intermediary solution is to find a way to configure XTend to improve that (ex. not to generate trace files). But nothing will be faster than removing XTend and rewriting the Docker connector in Java.

Note that XTend had been chosen 1. for its support of AOP and 2. productivity (such as lambda). But today, AOP has not been used and Java 8 has reached a similar level of productivity. So there is no reason anymore to cling to XTend.

@cgourdin
Copy link
Member

Xtend is totally removed in docker studio project (v2)

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

No branches or pull requests

2 participants