Skip to content

Conversation

@LeFrosch
Copy link
Collaborator

Address Marketplace Issue:

Non-extendable method FileChooserDescriptor.isFileSelectable(...) is overridden by UseExistingBazelWorkspaceOption$1.isFileSelectable(...). This method is marked with @ApiStatus.NonExtendable annotation, which indicates that the method is not supposed to be overridden by client code. See documentation of the @ApiStatus.NonExtendable for more info.

@LeFrosch LeFrosch marked this pull request as ready for review September 29, 2025 15:14
@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 Sep 29, 2025
.withDescription("Select the directory of the workspace you want to use.")
.withFileFilter(UseExistingBazelWorkspaceOption::isWorkspaceRoot);

descriptor = new FileChooserDescriptor(descriptor) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: indentation

var descriptor = ...
descriptor = foo(descriptor)

looks a bit odd. let's make a separate variable?

@LeFrosch LeFrosch merged commit 18d1ef1 into bazelbuild:master Oct 10, 2025
3 checks passed
@LeFrosch LeFrosch deleted the pull/2f4cda189e962497429f4545cf784ea0215ca10b branch October 10, 2025 14:39
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Oct 10, 2025
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin

Projects

Development

Successfully merging this pull request may close these issues.

4 participants