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

Handle constant folding properly in poly conditional expressions in assignment context #3211

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

srikanth-sankaran
Copy link
Contributor

What it does

assignment context

* Backs out the fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=566332 and refixes it
alternately

* Backs out the fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=569498 which is not
relevant as the code that causes the problem goes away

* Fixes eclipse-jdt#3209
@srikanth-sankaran srikanth-sankaran self-assigned this Nov 1, 2024
@srikanth-sankaran srikanth-sankaran added this to the 4.34 M3 milestone Nov 1, 2024
@srikanth-sankaran srikanth-sankaran merged commit a5dd90f into eclipse-jdt:master Nov 1, 2024
10 checks passed
@srikanth-sankaran srikanth-sankaran deleted the Issue3209 branch November 1, 2024 01:56
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 this pull request may close these issues.

Suspect code in org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolveType(BlockScope)
1 participant