Integrated: JDK-8266044: Nested class summary should show kind of class or interface

Hannes Wallnöfer hannesw at openjdk.java.net
Thu May 6 14:57:53 UTC 2021


On Thu, 6 May 2021 09:44:44 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This is a simple fix to display the actual kind of nested class in the nested class summary table. This is not using `Utils#getTypeElementKindName` since we want to display the signature-like source level kind name (e.g. "enum" rather than "enum class").

This pull request has now been integrated.

Changeset: 2dcbedf9
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2dcbedf92a31da55299607c006821f22cc72ac0a
Stats:     11 lines in 2 files changed: 6 ins; 0 del; 5 mod

8266044: Nested class summary should show kind of class or interface

Reviewed-by: jjg

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

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


More information about the javadoc-dev mailing list