RFR: JDK-8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent [v2]

liach github.com+7806504+liach at openjdk.java.net
Mon May 17 17:39:19 UTC 2021


> 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 refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4066/files
  - new: https://git.openjdk.java.net/jdk/pull/4066/files/bb5c9376..13d78642

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4066&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4066&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4066.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4066/head:pull/4066

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


More information about the javadoc-dev mailing list