-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9, 10
-
Component/s: core-libs
-
b01
-
Not verified
The private method java.nio.file.Files.copy(InputStream,OutputStream) duplicates functionality added to the public API as InputStream.transferTo(OutputStream) in JDK 9. This private method may thus be removed.
- links to