-
Notifications
You must be signed in to change notification settings - Fork 142
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
Incremental refactoring for Records classes v2.0 #3728
Incremental refactoring for Records classes v2.0 #3728
Conversation
srikanth-sankaran
commented
Feb 12, 2025
•
edited
Loading
edited
- Code generation for compact constructor is needlessly roundabout.
- Subsume org.eclipse.jdt.internal.compiler.ast.CompactConstructorDeclaration into org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
- Fixes [Records] Code generation for compact constructor is needlessly roundabout #3727
- Fixes [Records] Subsume org.eclipse.jdt.internal.compiler.ast.CompactConstructorDeclaration into org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration #3729
- Fixes [Records] ClassCastException when saving a file with a record syntax error #3745
c3f2e1d
to
b2442a6
Compare
9460ee2
to
9cb6321
Compare
@mpalat - You may want to glance through this PR |
Thanks @srikanth-sankaran - Will do |
0f16d73
to
5426436
Compare
org.eclipse.jdt.internal.compiler.ast.CompactConstructorDeclaration into org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration * eclipse-jdt#3729
5426436
to
5410ad8
Compare
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
83af0bd
to
fc2fee3
Compare