Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2024-02-18 Thread Chen Liang
On Wed, 26 Apr 2023 14:46:53 GMT, Chen Liang wrote: >> This patch aims to correct handling of annotations on parameters with the >> help of `MethodParameters` attribute, which will be always available once >> #9862 is integrated. >> >> It utilizes and expands upon the existing parameter

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-11-09 Thread Joe Darcy
On Sun, 8 Oct 2023 17:01:37 GMT, Joe Darcy wrote: >> @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

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-11-05 Thread Chen Liang
On Sun, 8 Oct 2023 17:01:37 GMT, Joe Darcy wrote: >> @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

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-10-08 Thread Joe Darcy
On Thu, 27 Apr 2023 23:42:54 GMT, Joe Darcy 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

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-10-03 Thread Chen Liang
On Thu, 27 Apr 2023 23:42:54 GMT, Joe Darcy 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

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-07-09 Thread Chen Liang
On Wed, 26 Apr 2023 14:46:53 GMT, Chen Liang wrote: >> This patch aims to correct handling of annotations on parameters with the >> help of `MethodParameters` attribute, which will be always available once >> #9862 is integrated. >> >> It utilizes and expands upon the existing parameter

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-06-09 Thread Chen Liang
On Wed, 26 Apr 2023 14:46:53 GMT, Chen Liang wrote: >> This patch aims to correct handling of annotations on parameters with the >> help of `MethodParameters` attribute, which will be always available once >> #9862 is integrated. >> >> It utilizes and expands upon the existing parameter

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-04-27 Thread Joe Darcy
On Wed, 26 Apr 2023 14:46:53 GMT, Chen Liang wrote: >> This patch aims to correct handling of annotations on parameters with the >> help of `MethodParameters` attribute, which will be always available once >> #9862 is integrated. >> >> It utilizes and expands upon the existing parameter

Re: RFR: 8180892: Correct handling of annotations on parameters [v2]

2023-04-26 Thread Chen Liang
> This patch aims to correct handling of annotations on parameters with the > help of `MethodParameters` attribute, which will be always available once > #9862 is integrated. > > It utilizes and expands upon the existing parameter matching logic present in >