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

Allow "remove abstract" quickfix for BodyForAbstractMethod #3259

Merged

Conversation

mickaelistria
Copy link
Contributor

When using Javac, the BodyForAbstractMethod problem is well reported. Other problems can be missing.
However, BodyForAbstractMethod seems like a good enough case per so to enable the "remove abstract" quick fix.

This fixes AbstractMethodQuickFixTest.testAbstractMethodInConcreteClass when running with Javac.

When using Javac, the BodyForAbstractMethod problem is well reported.
Other problems can be missing.
However, BodyForAbstractMethod seems like a good enough case per so to
enable the "remove abstract" quick fix.

This fixes AbstractMethodQuickFixTest.testAbstractMethodInConcreteClass
when running with Javac.
@mickaelistria mickaelistria merged commit 67ff3b0 into eclipse-jdtls:master Sep 2, 2024
6 checks passed
@rgrunber rgrunber added this to the End September 2024 milestone Sep 4, 2024
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.

2 participants