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

Allow compound string catenation operator if result is assignable to LHS #1812

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srikanth-sankaran
Copy link
Contributor

@srikanth-sankaran srikanth-sankaran commented Jan 5, 2024

What it does

Fix JDT to accept compound string concatenation operation when legal

Author checklist

@srikanth-sankaran srikanth-sankaran added this to the 4.31 M1 milestone Jan 5, 2024
@iloveeclipse iloveeclipse modified the milestones: 4.31 M1, 4.31 M2 Jan 20, 2024
@iloveeclipse
Copy link
Member

@srikanth-sankaran : this PR seem to be forgotten?

@srikanth-sankaran
Copy link
Contributor Author

@srikanth-sankaran : this PR seem to be forgotten?

Not forgotten, there is more work to do - but busy in the switch expressions land for the next few weeks ...

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.

The operator += is undefined for the argument type(s) CharSequence, String
2 participants