-
Notifications
You must be signed in to change notification settings - Fork 139
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][dom ast][rewrite] Random NPE in ASTRewritingModifyingMoveTest #3499
Comments
@subyssurendran666 Can you please take a look? |
The tests are back to normal in the runs after that - closing it for now |
3 tests failing again in
|
What puzzles me: note that org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer.getExtendedRange(ASTNode) should never return null according to javadoc and i could not find any implementation that does return anything else then |
Initial Info:
Ref:https://download.eclipse.org/eclipse/downloads/drops4/I20241230-0520/testresults/html/org.eclipse.jdt.core.tests.model_ep435I-unit-linux-x86_64-java23_linux.gtk.x86_64_23.html
test0002 - fails test0009
org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest | test0002 | Error | N/Ajava.lang.NullPointerException
These tests pass in the previous I Build - I20241229-1800
The text was updated successfully, but these errors were encountered: