-
Notifications
You must be signed in to change notification settings - Fork 142
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
[23] Random failing ASTRewritingModifying*Tests getStartPosition() because "range" is null #3385
Comments
Can't reproduce locally on Linux/Java 23. |
The problem seem to be sporadic... |
Have not seen this test fail recently and can not reproduce locally (win) If it happens again reopen as random fail. |
|
Probably some bug in jdk-23+37 as the source looks like range can't be null at that position
|
A current version would be 23.0.2+7 @akurtakov can we upgrade jdk, please? |
One has to open helpdesk issue like https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5179 for that . These are standard tools not managed by us. |
Issue still pops up with java.version=23.0.2 :-( |
Not sure if some other workaround exists, but @snjeza basically added
She pointed me to afaf517 ? eclipse-jdt/eclipse.jdt.ui#1639 |
May be a workaround, but i am more interested in a fix :-) @stephan-herrmann did you report the JIT bug? Any JDK Bug related? |
@snjeza those seem not to be related to the impossible NPE |
debugged: the "range" at that point should always be the eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InternalASTRewrite.java Line 90 in 875f697
|
https://download.eclipse.org/eclipse/downloads/drops4/I20241203-0240/testresults/html/org.eclipse.jdt.core.tests.model_ep435I-unit-linux-x86_64-java23_linux.gtk.x86_64_23.html
The text was updated successfully, but these errors were encountered: