RFR JDK9: 8038080: annotation processors don't visit declaration parameter annotations
Liam Miller-Cushon
cushon at google.com
Tue Mar 25 16:56:28 UTC 2014
Looks good to me. Thanks Joel.
On Tue, Mar 25, 2014 at 3:36 AM, Joel Borggrén-Franck <
joel.franck at oracle.com> wrote:
> Hi,
>
> Please review this fix for
> https://bugs.openjdk.java.net/browse/JDK-8038080 annotation processors
> don't visit declaration parameter annotations
>
> http://cr.openjdk.java.net/~jfranck/8038080/webrev.00/
>
> When updating annotation processing for type annotations regular
> declaration annotations on parameters were left out of discovery.
>
> The fix is based on Liam’s patch but slightly different, I think using
> super in all 4 cases is better. I also added a test for the change in
> JavacProcessingEnvironment.
>
> Liam does this work for you?
>
> cheers
> /Joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20140325/a65c5753/attachment.html>
More information about the compiler-dev
mailing list