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
Invalid unused import warning #392
Comments
|
Ed, I can't reproduce in 4.25 with my project/workspace/JRE settings. |
|
But you're right, I can't reproduce it in a fresh current SDK setup: |
|
It only happens when my JRE is C:\Program Files\Java\jdk-17.0.4.1+1. I think it happens for any Java 17 JDK... |
Is this only with or with any now? |
|
It also happens with C:\Program Files\Java\jdk-17.0.1+12 |
For this example
the compiler complains:
But if you delete the import the editor shows errors but in an odd way such that there are no errors if the Problems view:
The text was updated successfully, but these errors were encountered: