-
Notifications
You must be signed in to change notification settings - Fork 30
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
#236: fixed Eclipse plugin installation #333
#236: fixed Eclipse plugin installation #333
Conversation
added missing arguments applied code reformat
Pull Request Test Coverage Report for Build 9210493770Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jan-vcapgemini thanks for your analysis of the problem and the fixing PR.
Looks good to me and ready for merge. Great work 👍
Probably runEclipse
will still be used for lower-level checks where the additional arguments may partially get in the way but let use wait and see. If that ever happens, we can still create a new issue...
cli/src/main/java/com/devonfw/tools/ide/tool/eclipse/Eclipse.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jan-vcapgemini thanks for rework. Ready for merge now 👍
Fixes: #236
Implements