JDK RFR to clean-up lint warnings in reflection implementation

2013-11-08 Thread Joe Darcy
Hello, Please review the simple patch below which addresses a handful of raw types lint warning in the core reflection implementation code. (If memory serves, this code dates back from a time during the development of JDK 5 when wildcards could not be used with arrays; before the release

Re: JDK RFR to clean-up lint warnings in reflection implementation

2013-11-08 Thread Lance Andersen - Oracle
looks fine Joe On Nov 8, 2013, at 2:40 PM, Joe Darcy wrote: Hello, Please review the simple patch below which addresses a handful of raw types lint warning in the core reflection implementation code. (If memory serves, this code dates back from a time during the development of JDK 5

Re: JDK RFR to clean-up lint warnings in reflection implementation

2013-11-08 Thread Alan Bateman
On 08/11/2013 19:40, Joe Darcy wrote: Hello, Please review the simple patch below which addresses a handful of raw types lint warning in the core reflection implementation code. (If memory serves, this code dates back from a time during the development of JDK 5 when wildcards could not be

Re: JDK RFR to clean-up lint warnings in reflection implementation

2013-11-08 Thread Joe Darcy
On 11/08/2013 12:06 PM, Alan Bateman wrote: On 08/11/2013 19:40, Joe Darcy wrote: Hello, Please review the simple patch below which addresses a handful of raw types lint warning in the core reflection implementation code. (If memory serves, this code dates back from a time during the

Re: JDK RFR to clean-up lint warnings in reflection implementation

2013-11-08 Thread Joel Borggrén-Franck
Looks good Joe. cheers /Joel On 8 nov 2013, at 20:40, Joe Darcy joe.da...@oracle.com wrote: Hello, Please review the simple patch below which addresses a handful of raw types lint warning in the core reflection implementation code. (If memory serves, this code dates back from a time