-
Notifications
You must be signed in to change notification settings - Fork 456
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
Java Language Server fails with classes that extends sealed class. #3636
Java Language Server fails with classes that extends sealed class. #3636
Comments
Looks similar to eclipse-jdt/eclipse.jdt.core#1641. Maybe this is another way of triggering the problem that hadn't been predicted upstream. Was able to easily reproduce by calling code completion in a source file that extends a sealed class. stacktrace
Update: This is reproducible in upstream Eclipse as well. |
This has just been fixed upstream. As soon as a build is available of JDT (from today), I can update this in the language server and have this in our pre-releases (towards 1.32.0 for end of month). |
I'm not able to use rename, quick fix, go to definition when editing class that extends sealed class.
Environment
Steps To Reproduce
[Please attach a sample project reproducing the error]
https://github.com/UnnamedXAer/java_language_server_issue_sealed
logs
https://github.com/UnnamedXAer/java_language_server_issue_sealed/blob/master/README.md#full-log
Current Result
Popup saying 'Internal error';
Expected Result
Rename box;
Additional Informations
In more advanced scenarios (classes) most of the LSP related features do not work.
The text was updated successfully, but these errors were encountered: