-
Notifications
You must be signed in to change notification settings - Fork 130
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
[DOM] NaiveASTFlattener should be sync with ASTFlattener of the JDT.UI #3261
Comments
@mpalat could you please assign this ticket to me ? |
Maybe you can fix the indenting issue while at it? A fix is available here: |
Carsten, that looks like quite a big patch! Would you mind putting that in a PR in your name here? TIA! |
Hi @jarthana, imho it has a really low priority. I found it in a debug session where the strange formatting appears using inspect on some objects. You can see in the gerrit that only a few tests are affected. I'm not sure if there is a "real world" impact somewhere. So I hesitate wasting time on it again. I thought it is a different thing when you have to touch the code anyway. |
OK, then let's not worry about it then. |
The unnamed variables and pattern's DOM and ASTRewrite implemented through #2623. Following items should be added along with that.
The Problem has reported here: eclipse-jdt/eclipse.jdt.ui#1764 (comment)
The text was updated successfully, but these errors were encountered: