RFR: 8242564: javadoc crashes:: class cast exception com.sun.tools.javac.code.Symtab$6 [v2]

Vladimir Petko vpetko at openjdk.org
Sat Jan 27 00:00:37 UTC 2024


On Fri, 26 Jan 2024 18:11:03 GMT, Jonathan Gibbons <jjg at openjdk.org> 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


More information about the javadoc-dev mailing list