-
Notifications
You must be signed in to change notification settings - Fork 76
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
ExportBundleTests.testExport14Environment fails since I20240515-1800 #1272
Comments
I'm pretty sure the test should be updated once again after the fix for #1271. |
I see both tests in
Here is the full output from one test:
|
i have seen "Class not found: org.eclipse.jdt.core.JDTCompilerAdapter" in console output during the ant build locally too |
Not quite right guessed. The problem is caused by #1271 but the fix must be done not in the test. I can't reproduce it locally. However, the log file from SDK contains stack trace:
And that shows on the problem in the new code added with 2afa4d3. |
Thank you Andrey for providing a fix.
But wouldn't it be better do just not call
If manifest is null nothing is done anyways. I can provide a PR to adjust that, I'm just wonder if there are reasons speaking against it? |
I've analyzed where and who uses all that code related to NPE and my conclusion was that it would be better to fix it at lower level, because all the upper layers were fine with checking "null" responses. And because I also had no clue about all the other processing around bundles in the new PDE code I've therefore decided to fix it in p2. |
same error on all OS
https://download.eclipse.org/eclipse/downloads/drops4/I20240515-1800/testresults/html/org.eclipse.pde.ui.tests_ep432I-unit-win32-java17_win32.win32.x86_64_17.html
I don't know how to run that test locally:
The text was updated successfully, but these errors were encountered: