-
Bug
-
Resolution: Fixed
-
P2
-
16
-
b18
The JavacParserTest fails on Windows after JDK-8253584, with:
Test void JavacParserTest.testElseRecovery() throws java.io.IOException failed: java.lang.RuntimeException: Unexpected errors, got:
Test.java:5:17: compiler.err.expected: token.identifier
Test.java:5:16: compiler.err.not.stmt
Test void JavacParserTest.testElseRecovery() throws java.io.IOException failed: java.lang.RuntimeException: Unexpected errors, got:
Test.java:5:17: compiler.err.expected: token.identifier
Test.java:5:16: compiler.err.not.stmt
- relates to
-
JDK-8253584 Redunant errors for partial member selects
- Resolved