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

Work around broken code actions due to Unnamed classes. #3090

Merged

Conversation

rgrunber
Copy link
Contributor

@rgrunber rgrunber commented Mar 6, 2024

- Some code actions are broken within unnamed classes mainly due to the
  unexpected UnnamedClass node which doesn't subclass
  AbstractTypeDeclaration
- Avoid computing these code actions until they are fixed upstream

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@rgrunber rgrunber merged commit 51c0c06 into eclipse-jdtls:master Mar 7, 2024
6 of 7 checks passed
@rgrunber rgrunber deleted the workaround-unnamedclass-codeactions branch March 7, 2024 02:51
@rgrunber rgrunber self-assigned this Mar 7, 2024
@rgrunber rgrunber added this to the End March 2024 milestone Apr 1, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant