-
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
4 new jdt.ui + jdt.ui.refactoring fails since I20240722-0320 #1526
Comments
@subyssurendran666 , @mpalat : please check. We have M2 this week, it would be nice to have the fix before Thursday. |
We still cannot run the build without lots of errors. Do we have some additional errors now caused by a different issue as before? |
I can verify that BindingNamesTest now fails locally. It cannot find X which is a class in the default package. This failure was introduced somewhere after commit f6fe3c8fee3d83b2478db25e where the test works. |
I should have clarified that the commit in question is from jdt.core |
Yes, we do, after merging eclipse-jdt/eclipse.jdt.core#2551 |
I fear removing support for a java version enforces changes in a couple of junit tests in jdt.ui. |
@jjohnstn : could you please check MoveMembersTests fails? |
@iloveeclipse I'll check |
Both failures are due to using 1.8 which added the ability to have static members in interfaces (fails < 1.8). I'll put together a fix for the test. |
Closing as failures do not occur in 20241027-1800 |
Following tests
CleanUpTest16.testOneIfWithPatternInstanceof
MoveInnerToTopLevelTests16.test_Bug572639_2
SurroundWithTests16.testBug566949_1
SurroundWithTests16.testBug566949_2
fail since I20240722-0320 on all platforms.
Regression from eclipse-jdt/eclipse.jdt.core#2688 / commit 8e630b6c235edaf7d6e757442b1ee2c5761b6021.
@subyssurendran666 , @mpalat : please check.
The text was updated successfully, but these errors were encountered: