From alexandr.scherbatiy at oracle.com Mon Jul 8 04:46:12 2013 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Mon, 08 Jul 2013 15:46:12 +0400 Subject: [8] Review request for 6707231: Wrong read Method returned for boolen properties In-Reply-To: <51CC5286.9070803@oracle.com> References: <51CC5286.9070803@oracle.com> Message-ID: <51DAA684.4080608@oracle.com> The fix looks good for me. Thanks, Alexandr. On 6/27/2013 6:56 PM, sergey malenkov wrote: > 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