-
Notifications
You must be signed in to change notification settings - Fork 95
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
IllegalArgumentException WorkingSetModel.setWorkingSets #1863
Comments
Both
|
locally reproducible when running the whole WorkingSetDropAdapterTest |
this issue was already formerly reported by: |
Stacktrace where fAllWorkingSets is set to (ws3,Other Projects) because fActiveWorkingSets already contains ws3:
|
…lipse-jdt#1863 The getter getAllWorkingSets() illegally caches - i.e. modified its state while that is unexpected during setWorkingSets() eclipse-jdt#1863 tested by WorkingSetDropAdapterTest
The getter getAllWorkingSets() illegally caches - i.e. modified its state while that is unexpected during setWorkingSets() #1863 tested by WorkingSetDropAdapterTest
1452 tests failed in
https://download.eclipse.org/eclipse/downloads/drops4/I20241217-1800/testresults/html/org.eclipse.jdt.ui.tests_ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21.html
most like this:
I could not find a special error in the logfiles that would be the root cause. But there is a IllegalArgumentException logged that i could not reproduce locally:
https://download.eclipse.org/eclipse/downloads/drops4/I20241217-1800/testresults/ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21/org.eclipse.jdt.ui.tests.AutomatedSuite.txt
However that IllegalArgumentException happened on other build too. like
https://download.eclipse.org/eclipse/downloads/drops4/I20241217-1800/testresults/ep435I-unit-linux-x86_64-java21_linux.gtk.x86_64_21/org.eclipse.jdt.ui.tests.AutomatedSuite.txt
The text was updated successfully, but these errors were encountered: