We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the location has diagnostics from other extension, the Java Language Server will take it as errors and skip resolving some of the refactors:https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/RefactorProcessor.java#L140
Here is a gif to illustrate the issue:
I think we need to check the source of the errors and only skip those refactors when it do have errors from the Java Language Server itself.
The text was updated successfully, but these errors were encountered:
jdneo
Successfully merging a pull request may close this issue.
When the location has diagnostics from other extension, the Java Language Server will take it as errors and skip resolving some of the refactors:https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/RefactorProcessor.java#L140
Here is a gif to illustrate the issue:
refactor-bug.mp4
I think we need to check the source of the errors and only skip those refactors when it do have errors from the Java Language Server itself.
The text was updated successfully, but these errors were encountered: