RFR: 8180892: Correct handling of annotations on parameters [v2]
Chen Liang
liach at openjdk.org
Tue Oct 3 18:32:44 UTC 2023
On Thu, 27 Apr 2023 23:42:54 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix assuming match without MethodParameters for type annotations, move implementation related to getAnnotatedParameterTypes to around it
>
> @liach , thank you for working on this fix. I've given the changes an initial skim, but will need to do a more thorough review before approving or offering suggestions for changes. My top priority for the next few weeks will be JDK 21 CSRs so it may take a while for me to circle back to this PR.
@jddarcy Joe, can you take a look at this patch where annotation handling on parameters now uses available `MethodParameters` attribute to match from explicit formal parameter indices to implicit formal parameter indices?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13664#issuecomment-1745507837
More information about the core-libs-dev
mailing list