Re: RFR 7151484 : NullPointerException caused by a bug in XMLDocumentFragmentScannerImpl

2012-03-30 Thread Joe Wang
Thanks! On 3/30/2012 5:41 AM, Lance Andersen - Oracle wrote: Hi Joe, Looks fine -lance On Mar 30, 2012, at 3:24 AM, Joe Wang wrote: Hi, This is a one line fix: adding a return statement as suggested in the bug report to guard against null value of the name parameter. webrev: http://cr.op

Re: RFR 7151484 : NullPointerException caused by a bug in XMLDocumentFragmentScannerImpl

2012-03-30 Thread Lance Andersen - Oracle
Hi Joe, Looks fine -lance On Mar 30, 2012, at 3:24 AM, Joe Wang wrote: > Hi, > > This is a one line fix: adding a return statement as suggested in the bug > report to guard against null value of the name parameter. > > webrev: http://cr.openjdk.java.net/~joehw/7u6/cr7151484/webrev/ > > Pleas

RFR 7151484 : NullPointerException caused by a bug in XMLDocumentFragmentScannerImpl

2012-03-30 Thread Joe Wang
Hi, This is a one line fix: adding a return statement as suggested in the bug report to guard against null value of the name parameter. webrev: http://cr.openjdk.java.net/~joehw/7u6/cr7151484/webrev/ Please review. Thanks, Joe