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

Remove unused extension point #3309

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Oct 30, 2024

Fixes #3308

@rgrunber
Copy link
Contributor

This comes from #1507 . Did it ever do anything ? Seemed like you changed the underlying id for it at #1507 (review) .

@snjeza
Copy link
Contributor Author

snjeza commented Oct 30, 2024

Did it ever do anything

No, it didn't. org.eclipse.jdt.ls.core.internal.corext.refactoring.ChangeMethodSignatureRefactoringContribution doesn't exist.
I have faced an exception while checking eclipse-jdtls/eclipse-jdt-core-incubator#755

@rgrunber
Copy link
Contributor

Change is probably fine. I just want to look at how exactly these refactoring contributions end up consumed by JDT UI. My impression is there's some class that loads the extension point registry and contributes them through the context menu, in which case they have no use to us.

@rgrunber rgrunber added this to the End November 2024 milestone Oct 31, 2024
Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

@rgrunber rgrunber removed this from the End November 2024 milestone Oct 31, 2024
@rgrunber rgrunber merged commit 74f0520 into eclipse-jdtls:master Oct 31, 2024
5 of 7 checks passed
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.

Remove unused extension point
2 participants