-
Notifications
You must be signed in to change notification settings - Fork 402
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
MalformedTreeException: Overlapping text edits #3330
Comments
What version of JDT-LS was this ? Were you using vscode-java as the client extension ? Was it a pre-release of vscode-java ? Update: Based on the stacktrace it looks like v1.41.0, so last release |
Hi @rgrunber , this was with It was not prerelase. Though the error was gone after the restart fo vscode. |
@snjeza now that I look closer I realize this is happening in the Eclipse based text edits (not our code producing the lsp4j ones) so might be an upstream issue. @mamilic , if you have a consistent way to reproduce it, could you try one of our vscode-java pre-releases to see if the problem still occurs there. It might be an upstream problem but we changed the way we do inline refactorings very recently ( #3322 ). We deferred the actual text edit computation to Update: Also, if you're able to share the project/source file where this happens, that would help. |
@rgrunber I could not reproduce this at all after that single occurence. Well, I would say without reproducible sample there is not much it can be done for this. |
After opening and importing project, navigating to a class and hovering over a method to display more information I got error below inlanguage server and tooltill was not showing.
Details
The text was updated successfully, but these errors were encountered: