-
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
#20: Implement ToolCommandlet for GCViewer #151
Conversation
…nction, such that user can configure plugins in their home directory as well
…nction, such that user can configure plugins in their home directory as well
Pull Request Test Coverage Report for Build 7709751871
💛 - 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.
@alfeilex Thanks for this PR. Looks good to me 👍
I left some comments for improvements, one is most probably a bug that needs to be fixed before we can merge.
cli/src/main/java/com/devonfw/tools/ide/tool/gcviewer/GcViewer.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/ToolCommandlet.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Jörg Hohwiller <[email protected]>
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.
@alfeilex Excellent! Thanks for making this perfect 👍
Ready for merge.
This PR implements GCViewer and adds some code to handle unpacked jar files. Furthermore, it adds a workaround for sourceforge urls.
Fixes #20