Integrated: JDK-8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent

liach github.com+7806504+liach at openjdk.java.net
Thu May 20 12:48:43 UTC 2021


On Mon, 17 May 2021 16:51:54 GMT, liach <github.com+7806504+liach at openjdk.org> 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.

This pull request has now been integrated.

Changeset: 459abd56
Author:    liach <liach at users.noreply.github.com>
Committer: Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/459abd561accc9f10456a9d63f7fa19c7f8e020e
Stats:     111 lines in 4 files changed: 108 ins; 0 del; 3 mod

8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent

Reviewed-by: hannesw

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

PR: https://git.openjdk.java.net/jdk/pull/4066


More information about the javadoc-dev mailing list