From sergey.malenkov at oracle.com Fri Jun 21 04:03:40 2013 From: sergey.malenkov at oracle.com (sergey malenkov) Date: Fri, 21 Jun 2013 15:03:40 +0400 Subject: [8] Review request for 8016545: java.beans.XMLEncoder.writeObject output is wrong Message-ID: <51C4330C.5060007@oracle.com> Hello, Could you please review the following fix: fix: http://cr.openjdk.java.net/~malenkov/8016545.8.0/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8016545 This is not a regression. The bug was introduced in the first release. Thanks, SAM From alexandr.scherbatiy at oracle.com Fri Jun 21 04:34:55 2013 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Fri, 21 Jun 2013 15:34:55 +0400 Subject: [8] Review request for 8016545: java.beans.XMLEncoder.writeObject output is wrong In-Reply-To: <51C4330C.5060007@oracle.com> References: <51C4330C.5060007@oracle.com> Message-ID: <51C43A5F.7030304@oracle.com> The fix looks good for me. Thanks, Alexandr. On 6/21/2013 3:03 PM, sergey malenkov wrote: > Hello, > > Could you please review the following fix: > fix: http://cr.openjdk.java.net/~malenkov/8016545.8.0/ > > bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8016545 > > This is not a regression. The bug was introduced in the first release. > > Thanks, > SAM From sergey.malenkov at oracle.com Thu Jun 27 07:56:06 2013 From: sergey.malenkov at oracle.com (sergey malenkov) Date: Thu, 27 Jun 2013 18:56:06 +0400 Subject: [8] Review request for 6707231: Wrong read Method returned for boolen properties Message-ID: <51CC5286.9070803@oracle.com> Hello, Could you please review the following fix: fix: http://cr.openjdk.java.net/~malenkov/6707231.8.0/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6707231 We should not replace the existing read method if it starts with "is", when the new read method starts with "get". Thanks, SAM