-
Notifications
You must be signed in to change notification settings - Fork 163
[23] DOM Support for implicitly declared classes #2996
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
[23] DOM Support for implicitly declared classes #2996
Conversation
org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java
Outdated
Show resolved
Hide resolved
...c/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingImplicitTypeDeclarationTest.java
Show resolved
Hide resolved
1f293ac to
0054e3c
Compare
0054e3c to
9f1d366
Compare
a18e4f0 to
0e75fae
Compare
0e75fae to
a801a1e
Compare
|
@mpalat @subyssurendran666 Changes on ASTConverter_23Test here and in #3252 (@jarthana fyi) cause issues when merging into BETA_JAVA24, notably because in the other branch this file has been renamed! (resulting status: compile errors after the merge - I've fixed those as part of #3551). From a systematic point of view, implicitly declared classes are still in preview. So shouldn't we make all changes regarding this feature in the beta branch?? |
@stephan-herrmann Since this was applicable in master as well it was pushed to master. For example, issues in primitive types in pattern, we have pushed to master rather than Beta. However, I agree with you that from a systematic point of view, we can discuss and fix a method. I would think that:
I agree that the second option is more uniform and zero-confusion and maybe easier to follow for everyone. If the general consensus is that this is better we can go alongwith this option. @jarthana any comments from your side? |
* Added ASTRewrite support(Unit test & Rewrite) and ASTConverter unit test * Incorporated the code review changes
What it does
How to test
Author checklist