-
Notifications
You must be signed in to change notification settings - Fork 136
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
Suboptimal/No code completion suggestions for switching on sealed interfaces #3302
Suboptimal/No code completion suggestions for switching on sealed interfaces #3302
Conversation
srikanth-sankaran
commented
Nov 13, 2024
- Fixes [content assist] Suboptimal/No code completion suggestions for switching on sealed interfaces #3300
dbb0329
to
4f44f8b
Compare
@jarthana - this passes RunModelTests Fix is simple. Remove the wrong gate at JDK17 and replace it with JDK21 where enhanced switches became available. This can give a usability boost and so should be included for 4.34 CI appears stalled - simply says queued and doesn't run the tests |
+1 for RC1. Let's wait for the tests to run. |
@jarthana Tests are green. Please advice if there is scope for this to go into RC1. Or if it should wait for RC2. |
@MohananRahul are there any more builds for RC1? |
I had an offline discussion with Rahul who confirmed we have two more builds for RC1. |
Thanks Jay! |
@srikanth-sankaran Was that a one time correction, i.e., have tests been placed in the wrong class initially, or is our strategy where to place tests suboptimal? For features with several preview versions I don't think we want to routinely move tests from one test class to another (for the sake of history of course). |
Here is the picture before the fix:
Once I corrected the first two, the old tests in 17 suite started failing and had to be moved to the new home. |