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

[AOSP-pick] Remove default helper methods in BuildResultHelper #7229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LeFrosch
Copy link
Collaborator

Cherry pick AOSP commit ccf72a5c77927d76c9e7cf55378ea1fc6aec6334.

Utility methods are supposed to be static in preferably in utility
classes or as Kotlin extension methods.

This is to enable safe and bigger refactoring of this area of code.

Bug: n/a
Test: n/a
Change-Id: I9dd7c5515c3289b05042299c6aea3d5c70c70180

AOSP: ccf72a5c77927d76c9e7cf55378ea1fc6aec6334

Utility methods are supposed to be static in preferably in utility
classes or as Kotlin extension methods.

This is to enable safe and bigger refactoring of this area of code.

Bug: n/a
Test: n/a
Change-Id: I9dd7c5515c3289b05042299c6aea3d5c70c70180

AOSP: ccf72a5c77927d76c9e7cf55378ea1fc6aec6334
@github-actions github-actions bot added product: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Jan 17, 2025
@@ -83,6 +83,7 @@ java_library(
"//intellij_platform_sdk:plugin_api",
"//sdkcompat",
"//clwb/sdkcompat",
"//shared",
Copy link
Collaborator

Choose a reason for hiding this comment

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

is the order correct here, ie why clwb is inbetween?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No it's not. I'll format the entire file in a new PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review Awaiting review from Bazel team on PRs product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin
Projects
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

4 participants