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

Add code actions to support new Java 15 modifiers on permitted class. #1557

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

rgrunber
Copy link
Contributor

@rgrunber rgrunber commented Sep 29, 2020

Signed-off-by: Roland Grunberg [email protected]

@fbricon
Copy link
Contributor

fbricon commented Sep 29, 2020

- Add support for code actions to generate sealed/un-sealed/final
  modifiers on class with sealed direct super-class/super-interface
- Fixes eclipse-jdtls#1555
- Add testcase

Signed-off-by: Roland Grunberg <[email protected]>
@fbricon fbricon merged commit 7909f23 into eclipse-jdtls:master Oct 1, 2020
@fbricon
Copy link
Contributor

fbricon commented Oct 1, 2020

Thanks @rgrunber!

@rgrunber rgrunber deleted the fix-1555 branch October 1, 2020 15:17
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.

Add code actions to add sealed/final/non-sealed modifier on a permitted type declaration.
2 participants