-
Notifications
You must be signed in to change notification settings - Fork 34
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
#628: Fixed update fails on first error #638
#628: Fixed update fails on first error #638
Conversation
added catch of exceptions for ToolCommandlet installations converted steps to try-with-resources added new test for failed update substeps added mvn and java repositories to update test-project
Pull Request Test Coverage Report for Build 10956585846Details
💛 - 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.
@jan-vcapgemini thanks for your PR. Great work with nice and consistent improvements. I very much appreciate if you care for clean code like improving all places to try-with-resource syntax and extending with a test of the according situation. 👍
During the review I thought further and IMHO identified a deeper problem that goes beyond the initial demand of story #628. Could you have a look and we can then discuss if it makes sense to extend this PR or if we want to create a new story for that...?
cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractUpdateCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/commandlet/UpdateCommandletTest.java
Show resolved
Hide resolved
https://github.com/devonfw/IDEasy/blob/main/documentation/DoD.adoc
|
…ateCommandlet.java Co-authored-by: Jörg Hohwiller <[email protected]>
Fixes: #628
Implements: