devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
7 stars 18 forks source link

#410: Refactor get version and edition #411

Closed slskiba closed 1 week ago

slskiba commented 1 week ago

Closes #410.

The problem described in issue #399 is of similar nature to the commands get-version and get-edition. I suggest adjusting #399 to also find a general solution for global tools for these commands in addition to uninstall.

Changes with this PR:

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 9661841138

Details


Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/tool/LocalToolCommandlet.java 9 77.33%
com/devonfw/tools/ide/tool/ToolCommandlet.java 16 73.28%
com/devonfw/tools/ide/tool/GlobalToolCommandlet.java 22 2.22%
<!-- Total: 47 -->
Totals Coverage Status
Change from base Build 9660998058: -0.01%
Covered Lines: 4989
Relevant Lines: 7951

💛 - Coveralls