RFR: JDK-8235601: redundant code in IOUtils.java

Alan Bateman Alan.Bateman at oracle.com
Tue Dec 10 06:31:15 UTC 2019


On 09/12/2019 23:17, Andy Herrick wrote:
> Please review simple jpackage fir for issue [1] at [2]
transformFrom is not guaranteed to transfer all bytes so you can't 
ignore the return value. I assume you could replace move/all of this 
with a Files.copy that specifies REPLACE_EXISTING and COPY_ATTRIBUTES.

-Alan


More information about the core-libs-dev mailing list