Skip to content
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

StackOverflowException JavacConverter.consecutiveInfixExpressionsWithEqualOps(JavacConverter.java:1828) #1010

Open
mickaelistria opened this issue Dec 3, 2024 · 1 comment

Comments

@mickaelistria
Copy link

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.

@mickaelistria
Copy link
Author

Fixing this would require to make derecurse consecutiveInfixExpressionsWithEqualOps. The example causing this error is StackMapAttributeTest with ~3500 concatenation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant