RFR: 8343251: Facelift for Type and AnnotatedType specifications [v7]
Chen Liang
liach at openjdk.org
Fri Jan 10 21:49:40 UTC 2025
On Sun, 29 Dec 2024 01:06:36 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Problems with owner type, kevin suggestions
>
> src/java.base/share/classes/java/lang/reflect/ParameterizedType.java line 124:
>
>> 122: * class or interface declaration} and have equal {@linkplain
>> 123: * #getActualTypeArguments() type parameters}, including those from the
>> 124: * {@linkplain #getOwnerType() enclosing classes}.
>
> ... if they are non-static nested types. (etc.)
Not necessary on second thought.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19977#discussion_r1911476971
More information about the compiler-dev
mailing list