RFR: 8292892: Javadoc index descriptions are not deterministic
Pavel Rappo
prappo at openjdk.org
Mon Aug 29 23:01:10 UTC 2022
On Mon, 29 Aug 2022 21:03:34 GMT, John Neffenger <jgneff at openjdk.org> wrote:
> 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.
I've checked the code, the tests and the resulting JDK API Documentation. All look good. That said, I leave it to Jon to make the final determination, as he's an expert in this area and knows a lot more about the problem of intermediate types than I do.
Separately, thanks for using the JLS terminology (_package access_) for what is colloquially known as _package-private_ or _package-protected_.
-------------
PR: https://git.openjdk.org/jdk/pull/10070
More information about the javadoc-dev
mailing list