On Wed, 19 May 2021 10:43:29 GMT, liach <[email protected]>
wrote:
>> This change fixes when a method body has only inline tags that produce no
>> output, the method summary will get eaten.
>>
>> This change allows `{@inheritDoc}` from empty parents to go through the code
>> path used by `-nocomment` and properly generate tables.
>>
>> All `jtreg:test/langtools/jdk/javadoc/doclet` tests pass.
>
> liach has updated the pull request incrementally with one additional commit
> since the last revision:
>
> Specify further what isValid expects and how it is used
FYI, this issue manifests itself in JDK 16 API Documentation:
https://docs.oracle.com/en/java/javase/16/docs/api/java.desktop/javax/swing/JInternalFrame.html
-------------
PR: https://git.openjdk.java.net/jdk/pull/4066