Review request for JDK-7118412: Shadowing of type-variables vs. member types
Eric McCorkle
eric.mccorkle at oracle.com
Wed May 15 08:32:52 PDT 2013
I have updated this patch to correct the shadowing of type variables by
both member and static member class definitions.
I have also included an improved testing framework that exhaustively
tests the possible combinations.
Note that a CCC has been filed for this patch, as it changes the way
that type names are resolved in the compiler.
Please review and comment.
On 05/07/13 13:14, Eric McCorkle wrote:
> Hello,
>
> Please review this patch which fixes an issue with shadowing by type
> variables.
>
> Note: despite the very small size of this patch, it makes changes to the
> way that types are resolved in scopes, thus it needs to be treated with
> extreme care. Please review it and the test I have included carefully.
>
> The webrev is here:
> http://cr.openjdk.java.net/~emc/7118412/webrew.00/
>
> The bug can be found here:
> http://bugs.sun.com/view_bug.do?bug_id=7118412
>
> Thanks,
> Eric
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eric_mccorkle.vcf
Type: text/x-vcard
Size: 314 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20130515/0445a0d9/eric_mccorkle.vcf
More information about the compiler-dev
mailing list