#906: Add feature configurable intellij vm args#1820
Conversation
…on of intellij jvm options
…/906-configurable-intellij-vm-args
Coverage Report for CI Build 24562855250Coverage increased (+0.1%) to 70.553%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions16 previously-covered lines in 3 files lost coverage.
Coverage Stats💛 - Coveralls |
…mmandlet to work for every ide-based tool and add method getIdeProductPrefix
…path is no real binary path
|
Maybe commented out examples for the variables could be added to |
…oolCommandlet.java Rename boolean method to fulfill convention Co-authored-by: MarvMa <marvin.meitzner@gmail.com>
hohwille
left a comment
There was a problem hiding this comment.
@jakozian thanks for your PR. You perfectly solved this for all JetBrains IDEs nicely with reuse and extending the JUnits, etc. Awesome job 👍
FYI: e.g. for IntelliJ the exact same test already exists where you could have just added the new assertion. There is nothing wrong with what you did but test-duration increases this way since we 3x times more do the same recursive deletion and copying + commandlet execution. However, I do not want to block this merge for such detail of perfection.
Lets rather get this into our release today.
The only issue I found is for the changelog. I added a constructive review suggestion that I will immediately commit. But please consider for future PRs.
Co-authored-by: MarvMa <marvin.meitzner@gmail.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
This PR fixes #906
Implemented changes:
Checklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internal