-
Notifications
You must be signed in to change notification settings - Fork 92
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
QuickFixTest1d8.testRemoveRedundantNonNull fails since I20230202-1800 #423
Comments
@stephan-herrmann : could you please check if the original change eclipse-jdt/eclipse.jdt.core#683 produces expected results? In debugger I see that the test fails because two identical compiler problems are reported now for the code below (which is tested in
I can quickly fix the test (just adopt the assertion), but I assume it is not expected that compiler generates two identical problems for same line of code. |
@stephan-herrmann : I've pushed #425 in case it would take longer to fix JDT core problem, so that JDT UI builds can succeed in Jenkins (right now they all fail due the broken test). Just give a hint if that should be merged or not, I will wait with merging for now, especially ECA doesn't work anymore today: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2635 |
Thanks for the heads-up. Of course no warning should be reported twice. I'll look into it later today. If you need to fix JDT/UI right now, feel free to merge #425 - I'd revert that when the issue in JDT/Core is fixed. |
@stephan-herrmann : I will wait, no one can merge anyway now. |
@iloveeclipse if you see eclipse-jdt/eclipse.jdt.core#707 succeed, before I get online again, feel free to merge it (although it stirred up some more dust, which I'll clean up later). |
Thanks @stephan-herrmann ! |
QuickFixTest1d8.testRemoveRedundantNonNull fails since I20230202-1800.
Regression from eclipse-jdt/eclipse.jdt.core#683
The text was updated successfully, but these errors were encountered: