eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Fix test testElementsWithSystemCompiler() failing with JDK 21
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
org.eclipse.jdt.compiler.apt.tests.ModelUtilTests.testElementsWithSystemCompiler() has started failing with JDK 21. It appears that the Javadoc returned by Javac for a private field has changed between JDK 20 and 21.
We need to investigate what is causing this and whether or not ECJ should adapt this change or it's a bug on Javac. For the time being, I will comment out the test to unblock me (pull #1252).
Contributor guide
Assessment
This issue has not been assessed yet.