Re: JDK 9 RFR of JDK-8031201: Fix casting lint issues in java.net

2014-01-06 Thread Chris Hegarty
Looks good to me Joe. -Chris. On 6 Jan 2014, at 19:36, Joe Darcy wrote: > Hello, > > Please review the simple patch below to address > > JDK-8031201: Fix casting lint issues in java.net > > (The various ObjectInputStream.GetField.get methods which have a default > parameter, have an pro

Re: JDK 9 RFR of JDK-8031201: Fix casting lint issues in java.net

2014-01-06 Thread Alan Bateman
On 06/01/2014 19:36, Joe Darcy wrote: Hello, Please review the simple patch below to address JDK-8031201: Fix casting lint issues in java.net This looks okay to me. -Alan

JDK 9 RFR of JDK-8031201: Fix casting lint issues in java.net

2014-01-06 Thread Joe Darcy
Hello, Please review the simple patch below to address JDK-8031201: Fix casting lint issues in java.net (The various ObjectInputStream.GetField.get methods which have a default parameter, have an property-typed return value already.) Thanks, -Joe diff -r 9af7c1225730 src/share/classes