You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this is a matter of updating JDT-LS' QuickFixProcessor and migrating JDT's ModifierCorrectionSubProcessor#addSealedMissingModifierProposal(..) to JDT-LS.
rgrunber
added a commit
to rgrunber/eclipse.jdt.ls
that referenced
this issue
Sep 29, 2020
- Add support for code actions to generate sealed/un-sealed/final
modifiers on class with sealed direct super-class/super-interface
- Fixeseclipse-jdtls#1555
Signed-off-by: Roland Grunberg <[email protected]>
- Add support for code actions to generate sealed/un-sealed/final
modifiers on class with sealed direct super-class/super-interface
- Fixeseclipse-jdtls#1555
- Add testcase
Signed-off-by: Roland Grunberg <[email protected]>
rgrunber
added a commit
to rgrunber/eclipse.jdt.ls
that referenced
this issue
Oct 1, 2020
- Add support for code actions to generate sealed/un-sealed/final
modifiers on class with sealed direct super-class/super-interface
- Fixeseclipse-jdtls#1555
- Add testcase
Signed-off-by: Roland Grunberg <[email protected]>
- Add support for code actions to generate sealed/un-sealed/final
modifiers on class with sealed direct super-class/super-interface
- Fixes#1555
- Add testcase
Signed-off-by: Roland Grunberg <[email protected]>
Need to reuse Eclipse IDE's quick fixes to add sealed/final/non-sealed modifier on a permitted type declaration.:
Given a sealed ShapeClass class:
Given a sealed ShapeInterface interface:
The text was updated successfully, but these errors were encountered: