RFR: 8292892: Javadoc index descriptions are not deterministic

John Neffenger jgneff at openjdk.org
Mon Aug 29 21:12:53 UTC 2022


Please review these changes to the Javadoc index builders. This pull request adds 423 missing entries to the index of the JDK API Specification, corrects their package names in the member search index, and makes their descriptions deterministic. I'll follow up with more information in a separate comment.

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

Commit messages:
 - Add a unit test case to verify the fix
 - Add members to index using containing type element

Changes: https://git.openjdk.org/jdk/pull/10070/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10070&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292892
  Stats: 312 lines in 6 files changed: 310 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/10070.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10070/head:pull/10070

PR: https://git.openjdk.org/jdk/pull/10070


More information about the javadoc-dev mailing list