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

2021-05-06 Thread Jonathan Gibbons
On Thu, 6 May 2021 09:44:44 GMT, Hannes Wallnöfer 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" > r

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

2021-05-06 Thread Hannes Wallnöfer
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"). - Commit messages: - JDK-8