Re: Review request for 8001536 updated

2012-11-01 Thread Alan Bateman
On 31/10/2012 15:08, Lance Andersen - Oracle wrote: Here is revised webrev taking into account Remi's suggestions http://cr.openjdk.java.net/~lancea/8001536/webrev.01/ I skimmed over the updated webrev and the changes mostly look okay to me. One comment on the clone method is that "The inter

Re: Review request for 8001536 updated

2012-10-31 Thread Remi Forax
On 10/31/2012 04:08 PM, Lance Andersen - Oracle wrote: Here is revised webrev taking into account Remi's suggestions http://cr.openjdk.java.net/~lancea/8001536/webrev.01/ looks good :) Best, Lance RĂ©mi On Oct 30, 2012, at 2:05 PM, Remi Forax wrote: On 10/30/2012 05:25 PM, Lance Anders

Re: Review request for 8001536 updated

2012-10-31 Thread Lance Andersen - Oracle
Here is revised webrev taking into account Remi's suggestions http://cr.openjdk.java.net/~lancea/8001536/webrev.01/ Best, Lance On Oct 30, 2012, at 2:05 PM, Remi Forax wrote: > On 10/30/2012 05:25 PM, Lance Andersen - Oracle wrote: >> Hi, >> >> This is a request for review of >> http://cr.o

Re: Review request for 8001536

2012-10-31 Thread Remi Forax
On 10/30/2012 07:53 PM, Lance Andersen - Oracle wrote: Hi Remi, Thank you for the feedback On Oct 30, 2012, at 2:05 PM, Remi Forax wrote: On 10/30/2012 05:25 PM, Lance Andersen - Oracle wrote: Hi, This is a request for review of http://cr.openjdk.java.net/~lancea/8001536/webrev.00/. This

Re: Review request for 8001536

2012-10-30 Thread Alan Bateman
On 30/10/2012 18:05, Remi Forax wrote: in writeObject, you set "blob" twice, which is weird, also I think that if blob is not Serializable, the code should throw an exception, so you should not use instanceof and let s.writeFields() to throw NotSerializable exception. Yes, that is odd. I thin

Re: Review request for 8001536

2012-10-30 Thread Lance Andersen - Oracle
Point taken Ulf, thank you for the feedback and will follow your suggestion going forward , which I typically do, but I think I am still feeling the effects of being offline due to hurricane sandy :-( Best Lance On Oct 30, 2012, at 2:50 PM, Ulf Zibis wrote: > Thanks Lance. > > But having the

Re: Review request for 8001536

2012-10-30 Thread Lance Andersen - Oracle
Hi Remi, Thank you for the feedback On Oct 30, 2012, at 2:05 PM, Remi Forax wrote: > On 10/30/2012 05:25 PM, Lance Andersen - Oracle wrote: >> Hi, >> >> This is a request for review of >> http://cr.openjdk.java.net/~lancea/8001536/webrev.00/. This adds >> read/writeObject as well as clone m

Re: Review request for 8001536

2012-10-30 Thread Ulf Zibis
Thanks Lance. But having the subject of the request in clear text in the list view of the email client would be a great help. -Ulf Am 30.10.2012 19:28, schrieb Lance Andersen - Oracle: Hi Ulf, The bug is described below, it is just adding the read/writeObject and clone methods. Best Lanc

Re: Review request for 8001536

2012-10-30 Thread Lance Andersen - Oracle
Hi Ulf, The bug is described below, it is just adding the read/writeObject and clone methods. Best Lance On Oct 30, 2012, at 2:18 PM, Ulf Zibis wrote: > Hi all, > > please add the bug summary to the subject line. > Bug 8001536 is not publicly visible :-( > > -Ulf > > Am 30.10.2012 17:25, sc

Re: Review request for 8001536

2012-10-30 Thread Ulf Zibis
Hi all, please add the bug summary to the subject line. Bug 8001536 is not publicly visible :-( -Ulf Am 30.10.2012 17:25, schrieb Lance Andersen - Oracle: Hi, This is a request for review of http://cr.openjdk.java.net/~lancea/8001536/webrev.00/. This adds read/writeObject as well as clone

Re: Review request for 8001536

2012-10-30 Thread Remi Forax
On 10/30/2012 05:25 PM, Lance Andersen - Oracle wrote: Hi, This is a request for review of http://cr.openjdk.java.net/~lancea/8001536/webrev.00/. This adds read/writeObject as well as clone methods to SerialXLob classes. All SQE tests passed, 1 failure in the RowSet JCK/TCK tests due to a b

Review request for 8001536

2012-10-30 Thread Lance Andersen - Oracle
Hi, This is a request for review of http://cr.openjdk.java.net/~lancea/8001536/webrev.00/. This adds read/writeObject as well as clone methods to SerialXLob classes. All SQE tests passed, 1 failure in the RowSet JCK/TCK tests due to a bug in the test that the TCK team is aware of and will ad