-
Notifications
You must be signed in to change notification settings - Fork 139
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
[Sealed types] Completion fails within the body of a permitted class #2540
Comments
This appears fixed by #2093 - I'll add a regression test and close this |
* Regression test for eclipse-jdt#2540
This is a big issue with eclipse 2024-06 (4.32), do you plan to deliver a fix for it ? |
My understanding (@mpalat or @jarthana may correct me) is that with the frequent releases brought about by the 3 month cadence used by Eclipse lately, we will not have maintenance releases of past versions. So please consider upgrading to 4.33 versions when they available, |
Sure but, at least in my opinion, this issue prevents the usage of sealed classes/interfaces with eclipse so I hope you will give priority to its resolution. |
Hello! The issue is resolved already and fix is pushed to master HEAD. You can grab a suitable I build or 4.33 M1 when it is declared. Thanks |
Version: 2024-06 (4.32)
Build id: I20240505-1800
Simply trigger completion within the body of
SqlStorage
.Storage.java
SqlStorage.java
This worked in 4.31, and the
superPermittedTypes
list did in fact contain the reference toStorage
.See redhat-developer/vscode-java#3636 for original bug. A similar stacktrace at #1641 (comment) .
The text was updated successfully, but these errors were encountered: