Skip to content
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

#25: implement tool commandlet for intellij #447

Conversation

hohwille
Copy link
Member

@hohwille hohwille commented Jul 5, 2024

implements #25
replacement for PR #297

ndemirca and others added 30 commits February 23, 2024 16:06
Co-authored-by: Jörg Hohwiller <[email protected]>
ndemirca and others added 15 commits May 28, 2024 10:50
…llij

# Conflicts:
#	cli/src/main/java/com/devonfw/tools/ide/io/FileAccessImpl.java
#	cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java
…thub.com:ndemirca/IDEasy into feature/25-Implement-ToolCommandlet-for-Intellij
added new makeExecutable method to FileAccess
added new RWX_RX_RX constant to FileAccess
replaced complicated sert of execute permissions in Intellij with makeExecutable method
added TODO for the implementation of plugin installation
applid reformat to FileAccess
updated .gitattributes studio64.exe

Co-authored-by: Jörg Hohwiller <[email protected]>
@hohwille hohwille requested a review from jan-vcapgemini July 5, 2024 12:25
@hohwille hohwille added this to the release:2024.07.001 milestone Jul 5, 2024
@hohwille hohwille added intellij IntelliJ IDE from Jet-Brains enhancement New feature or request labels Jul 5, 2024
@hohwille
Copy link
Member Author

hohwille commented Jul 5, 2024

We still have tons of bugs on MacOS.
However, this way it is working (without security limitations of new MacOS) and was also tested successfully by @jan-vcapgemini
We will merge this now and then create bug issues for future improvements.

@coveralls
Copy link
Collaborator

coveralls commented Jul 5, 2024

Pull Request Test Coverage Report for Build 9808447273

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 50 unchanged lines in 7 files lost coverage.
  • Overall coverage increased (+0.6%) to 61.798%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/tool/docker/Docker.java 2 4.88%
com/devonfw/tools/ide/common/SystemPath.java 3 82.99%
com/devonfw/tools/ide/tool/tomcat/Tomcat.java 3 78.0%
com/devonfw/tools/ide/io/FileAccess.java 6 45.45%
com/devonfw/tools/ide/tool/intellij/Intellij.java 6 80.0%
com/devonfw/tools/ide/tool/sonar/Sonar.java 8 9.26%
com/devonfw/tools/ide/io/FileAccessImpl.java 22 55.37%
Totals Coverage Status
Change from base Build 9806887186: 0.6%
Covered Lines: 5264
Relevant Lines: 8196

💛 - Coveralls

@hohwille hohwille merged commit 623ef90 into devonfw:main Jul 5, 2024
4 checks passed
@hohwille hohwille linked an issue Jul 5, 2024 that may be closed by this pull request
@coveralls
Copy link
Collaborator

coveralls commented Jul 5, 2024

Pull Request Test Coverage Report for Build 9808460741

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 50 unchanged lines in 7 files lost coverage.
  • Overall coverage increased (+0.6%) to 61.798%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/tool/docker/Docker.java 2 4.88%
com/devonfw/tools/ide/common/SystemPath.java 3 82.99%
com/devonfw/tools/ide/tool/tomcat/Tomcat.java 3 78.0%
com/devonfw/tools/ide/io/FileAccess.java 6 45.45%
com/devonfw/tools/ide/tool/intellij/Intellij.java 6 80.0%
com/devonfw/tools/ide/tool/sonar/Sonar.java 8 9.26%
com/devonfw/tools/ide/io/FileAccessImpl.java 22 55.37%
Totals Coverage Status
Change from base Build 9806887186: 0.6%
Covered Lines: 5264
Relevant Lines: 8196

💛 - Coveralls

@jan-vcapgemini jan-vcapgemini added the reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intellij IntelliJ IDE from Jet-Brains reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Implement ToolCommandlet for Intellij
4 participants