You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to open XLargeTest.java in the editor throws
java.lang.StackOverflowError
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
at org.eclipse.jdt.core.dom.JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828)
Note that it might be an issue with the file itself.
The text was updated successfully, but these errors were encountered:
Fixing this would require to make derecurse consecutiveInfixExpressionsWithEqualOps. The example causing this error is StackMapAttributeTest with ~3500 concatenation.
Trying to open XLargeTest.java in the editor throws
Note that it might be an issue with the file itself.
The text was updated successfully, but these errors were encountered: