RFR: 8324342: Doclet should default @since for a nested class to that of its enclosing class
Jonathan Gibbons
jjg at openjdk.org
Thu Apr 18 18:35:56 UTC 2024
On Mon, 8 Apr 2024 12:07:25 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> This looks like the right thing to do; thanks for doing this.
>
> A general comment regarding the test cases. It would be better if:
>
> * the nesting was at least two levels deep (`public class Foo { static class Bar { static class Baz { } } }`), to test search recursion
> * some tags were repeated (IIRC, `@autor` allows for repetition), to test that all such tags from the enclosing context are used
Extended tests for double-nested classes and multiple tags
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18407#issuecomment-2064872970
More information about the javadoc-dev
mailing list