Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-09-10 Thread Chris Yin
Thank you, Alan Regards, Chris > On 10 Sep 2018, at 5:42 PM, Alan Bateman wrote: > > > > On 10/09/2018 10:13, Chris Yin wrote: >> Thank you, Alan >> >> Sure, I modified a little to remove “.” and use Path.of as you suggested to >> improve file handling, minor revision as below, thanks >> >

Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-09-10 Thread Alan Bateman
On 10/09/2018 10:13, Chris Yin wrote: Thank you, Alan Sure, I modified a little to remove “.” and use Path.of as you suggested to improve file handling, minor revision as below, thanks http://cr.openjdk.java.net/~xyin/8209773/webrev.01/ The update looks okay to me. -Alan

Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-09-10 Thread Chris Yin
Thank you, Alan Sure, I modified a little to remove “.” and use Path.of as you suggested to improve file handling, minor revision as below, thanks http://cr.openjdk.java.net/~xyin/8209773/webrev.01/ Regards, Chris > On 10 Sep 2018, at 3:20 PM, Alan Bateman wrote: > > On 30/08/2018 10:06, vyo

Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-09-10 Thread Alan Bateman
On 30/08/2018 10:06, vyom tewari wrote: Hi Chris, The refactored  java class (RunBasic.java) looks good to me. Looks okay to me too but the file handling could be improved, e.g. no need to resolve path against ".", should specify the elements to Path.of so that they use the right separator for

Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-08-30 Thread Chris Yin
Thank you, Vyom Regards, Chris > On 30 Aug 2018, at 5:06 PM, vyom tewari wrote: > > Hi Chris, > > The refactored java class (RunBasic.java) looks good to me. > > Thanks, > > Vyom > > > On Tuesday 28 August 2018 11:20 AM, Chris Yin wrote: >> Please have a review for below change to refacto

Re: [12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-08-30 Thread vyom tewari
Hi Chris, The refactored  java class (RunBasic.java) looks good to me. Thanks, Vyom On Tuesday 28 August 2018 11:20 AM, Chris Yin wrote: Please have a review for below change to refactor shell test javax/naming/module/basic.sh to plain java, no test logic change, old shell script is remove

[12] RFR 8209773: Refactor shell test javax/naming/module/basic.sh to java

2018-08-27 Thread Chris Yin
Please have a review for below change to refactor shell test javax/naming/module/basic.sh to plain java, no test logic change, old shell script is removed at same time, thanks bug: https://bugs.openjdk.java.net/browse/JDK-8209773 webrev: http://cr.openjdk.java.net/~xyin/8209773/webrev.00/ Regar