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

Chains of binary expressions with same operator should be converted with InfixExpression.extendedOperands #419

Open
mickaelistria opened this issue May 27, 2024 · 0 comments
Assignees

Comments

@mickaelistria
Copy link

Looking at failing ASTConverterTest.test108, it looks like we should run an extra processing step that analyzes trees of InfixExpression to flatten them into a single InfixExpression with extendedOperands when the same operator is used.

@mickaelistria mickaelistria self-assigned this May 29, 2024
mickaelistria added a commit to mickaelistria/eclipse.jdt.core that referenced this issue May 29, 2024
mickaelistria added a commit to mickaelistria/eclipse.jdt.core that referenced this issue Jun 11, 2024
mickaelistria added a commit to mickaelistria/eclipse.jdt.core that referenced this issue Jun 12, 2024
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

Successfully merging a pull request may close this issue.

1 participant