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

#479 android studio plugin support #529

Merged

Conversation

slskiba
Copy link
Contributor

@slskiba slskiba commented Aug 9, 2024

Closes #479.
Adds plugin support for Android Studio.

Refactored IntellijBasedPluginInstaller to IdeaBasedPluginInstaller to be used with both Intellij and AndroidStudio. At this point I see no reason to keep separate implementations for Intellij and Android Studio PluginInstallers derived from the IdeaBasedPluginInstaller.

@slskiba slskiba self-assigned this Aug 9, 2024
@coveralls
Copy link
Collaborator

coveralls commented Aug 9, 2024

Pull Request Test Coverage Report for Build 10454985943

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 64.127%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/tool/ide/IdeToolCommandlet.java 1 47.83%
com/devonfw/tools/ide/os/MacOsHelper.java 6 81.82%
Totals Coverage Status
Change from base Build 10449971866: -0.02%
Covered Lines: 5643
Relevant Lines: 8471

💛 - Coveralls

Copy link
Contributor

@jan-vcapgemini jan-vcapgemini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a really nice refactoring of both IdeaBasedTools.
I've added some small CR's and a question/recommendation.

@slskiba slskiba requested a review from jan-vcapgemini August 12, 2024 10:46
Copy link
Contributor

@jan-vcapgemini jan-vcapgemini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now. Ready for review.

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slskiba thanks for this PR. You nicely consolidated the plugin installation for IDEA based IDEs. Also nice that you care even about missing JavaDoc in tests you met alongside.
Good job 👍
I found one small thing to improve and left a comment. Please have a look and consider an update.
Apart from that ready for merge.

@slskiba slskiba requested a review from hohwille August 14, 2024 14:47
@hohwille hohwille merged commit 78cf4b6 into devonfw:main Aug 19, 2024
4 checks passed
@hohwille hohwille added this to the release:2024.09.001 milestone Aug 19, 2024
@hohwille hohwille added the reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

Add plugin installation support to AndroidStudio
4 participants