Skip to content
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

Fix exception in Eclipse 4.35.0 Beta when staticaly importing IO #3714 #3715

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

jarthana
Copy link
Member

What it does

Fixes #3714

How to test

Author checklist

Copy link
Contributor

Test Results

    11 files  ±0      11 suites  ±0   17m 52s ⏱️ +12s
78 494 tests +8  78 494 ✅ +8  0 💤 ±0  0 ❌ ±0 
78 554 runs  +8  78 554 ✅ +8  0 💤 ±0  0 ❌ ±0 

Results for commit 4a4aa73. ± Comparison against base commit f29e440.

This pull request removes 25 and adds 33 tests. Note that renamed tests count towards both.
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004 - 11
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004 - 17
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004 - 20
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test005 - 11
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test005 - 17
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test005 - 20
org.eclipse.jdt.core.tests.dom.ASTConverter_23Test ‑ test001
org.eclipse.jdt.core.tests.dom.ASTConverter_23Test ‑ test002
org.eclipse.jdt.core.tests.dom.ASTConverter_23Test ‑ test003_a
org.eclipse.jdt.core.tests.dom.ASTConverter_23Test ‑ test003_b
…
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUnused - 11
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUnused - 17
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUnused - 20
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUsed - 11
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUsed - 17
org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest2 ‑ test004_previewUsed - 20
org.eclipse.jdt.core.tests.compiler.regression.LocalEnumTest ‑ test168_extract - 17
org.eclipse.jdt.core.tests.compiler.regression.LocalEnumTest ‑ test168_extract - 20
org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest ‑ test406773_positive - 1.8
org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest ‑ test406773_positive - 11
…

@iloveeclipse
Copy link
Member

@jarthana : it looks like a merge, not like a fix?

@jarthana jarthana changed the base branch from master to BETA_JAVA24 February 10, 2025 06:20
@jarthana
Copy link
Member Author

@jarthana : it looks like a merge, not like a fix?

My bad. I had wrongly chosen master as target instead of BETA_JAVA24.

@jarthana jarthana merged commit 8d8b3c4 into BETA_JAVA24 Feb 11, 2025
13 of 14 checks passed
@jarthana jarthana deleted the gh3714 branch February 11, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception in Eclipse 4.35.0 Beta when staticaly importing IO
2 participants