-
Notifications
You must be signed in to change notification settings - Fork 446
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
The quickfix doesn't suggest the correct import type when the unresolved type is in an anonymous class #2034
The quickfix doesn't suggest the correct import type when the unresolved type is in an anonymous class #2034
Comments
This is an upstream issue. I can reproduce it in Eclipse 4.21 build I20210719-1800 |
Related bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=574982 |
- fixes redhat-developer/vscode-java#2034 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=574982 Signed-off-by: Snjezana Peco <[email protected]>
- fixes redhat-developer/vscode-java#2034 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=574982 Signed-off-by: Snjezana Peco <[email protected]>
@testforstephen All the threads opened regarding this issue seem to now be closed but the original bug in VSCode still exists. Am I to assume an update is forthcoming? |
@hasen6 Yes, Language Support for Java(TM) by Red Hat extension will have a new version 0.81.0 to include this fix. |
@testforstephen Oh ok great, thanks. |
The quick fix does not provide a valid fix suggestion when the unresolved type is in an anonymous class. Here is the screenshot.
Screen.Recording.2021-07-20.at.22.15.45.mov
Originally reported by @@hasen6 at microsoft/vscode-java-pack#691
The text was updated successfully, but these errors were encountered: