Re: RFR: 8223955: Eliminate or reduce mixing of old File API and new Path/Files APIs

2020-07-07 Thread Alexey Semenyuk
Looks good! - Alexey On 7/7/2020 12:45 PM, Andy Herrick wrote: looks good. /Andy On 7/6/2020 7:35 PM, alexander.matv...@oracle.com wrote: Please review the jpackage fix for bug [1] at [2]. Substituted old File APIs with Path/Files APIs when it was possible and makes sense. [1] https://bu

Re: RFR: 8223955: Eliminate or reduce mixing of old File API and new Path/Files APIs

2020-07-07 Thread Andy Herrick
looks good. /Andy On 7/6/2020 7:35 PM, alexander.matv...@oracle.com wrote: Please review the jpackage fix for bug [1] at [2]. Substituted old File APIs with Path/Files APIs when it was possible and makes sense. [1] https://bugs.openjdk.java.net/browse/JDK-8223955 [2] http://cr.openjdk.java.

RFR: 8223955: Eliminate or reduce mixing of old File API and new Path/Files APIs

2020-07-06 Thread alexander . matveev
Please review the jpackage fix for bug [1] at [2]. Substituted old File APIs with Path/Files APIs when it was possible and makes sense. [1] https://bugs.openjdk.java.net/browse/JDK-8223955 [2] http://cr.openjdk.java.net/~almatvee/8223955/webrev.00/ Thanks, Alexander