RFR: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview) [v31]

Pavel Rappo prappo at openjdk.org
Tue Nov 21 19:02:28 UTC 2023


On Tue, 21 Nov 2023 18:51:55 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> I’m sure the javadoc toolset has a method that gets the comments from the right thing.

That's exactly where those comments disappear from, javadoc. Comments of normal class methods and comments of methods of implicitly declared class seem to be tree-ified differently. Can these comments become lost during copying/reconstruction? I'll try to figure out more.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16461#issuecomment-1821492952


More information about the compiler-dev mailing list