Community
Participate
Working Groups
Organize imports should handle types in yield expression. Also, for Java 12, types should still be handled in break expression.
New Gerrit change created: https://git.eclipse.org/r/145980
(In reply to Noopur Gupta from comment #0) > Also, for Java 12, types should still be handled in break expression. This will not be required as the compiler itself does not support break expressions for Java 12 now.
Gerrit change https://git.eclipse.org/r/145980 was merged to [BETA_JAVA13]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=e095d09e4a18b594cd315a9968d0f4743800b632
Just thought I'd mention my apitools (based on Eclipse 4.13 SDK) seems to complain about : Missing @since tag on visit(YieldStatement) ImportReferencesCollector.java /org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation line 308 @since tag problem The method org.eclipse.jdt.core.manipulation.ImportReferencesCollector.visit(BreakStatement) has been removed ImportReferencesCollector.java /org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation line 74 Compatibility Problem I'm not sure why the complaint on removal of visit(BreakStatement) because it just falls back to the inherited one, and even visit(YieldStatement) had an implementation inherited from GenericVisitor. I wonder if it's just a bug in the tooling.
(In reply to Roland Grunberg from comment #4) > Just thought I'd mention my apitools (based on Eclipse 4.13 SDK) seems to > complain about : > ... > I wonder if it's just a bug in the tooling. I am currently using I20190919-1800 with 4.13 SDK as API baseline and I don't see these errors. It looks like a problem in API tooling. If it wasn't showing up for you until I20190919-1800 then it could be a regression in PDE API tools or it can be some configuration issue. Can you please open a bug report for PDE API tools? I will also move to the latest I-build in the next week and check if I see these issues.