RFR: 8309595: Allow javadoc to process unnamed classes

Jim Laskey jlaskey at openjdk.org
Fri Jun 9 12:00:07 UTC 2023


On Thu, 8 Jun 2023 18:41:04 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> test/langtools/jdk/javadoc/doclet/unnamed/Unnamed.java line 42:
>> 
>>> 40: import toolbox.ToolBox;
>>> 41: 
>>> 42: public class Unnamed extends JavadocTester {
>> 
>> As a matter of style, tests are typically in a class whose name begins `Test` in a directory whose name begins `test`.
>
> Since this is a clean backport of a fix that went into JDK mainline, do you want it changed only in the Backport?

Would it be satisfactory to address this in mainline and also backport that change?

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

PR Review Comment: https://git.openjdk.org/jdk21/pull/1#discussion_r1224210418


More information about the javadoc-dev mailing list