On Fri, 26 Jan 2024 18:11:03 GMT, Jonathan Gibbons <[email protected]> wrote:
>> Vladimir Petko has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - rename test classes as per review comments >> - move test comments into method's javadoc comment > > test/langtools/jdk/javadoc/doclet/testClassTree/TestClassTree.java line 91: > >> 89: <span class="extends-implements">extends ParentClass >> 90: implements java.lang.Iterable</span></div> >> 91: """); > > While this code may check what is generated, the output seems inconsistent. > In particular, `ParentClass` is mentioned, but `AnInterface` is not. I've split it into a separate issue - https://bugs.openjdk.org/browse/JDK-8324791, would it be ok for me to look into addressing it? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17435#discussion_r1468248178
