RFR: 8285452: Add a new test library API to replace a file content using FileUtils.java [v3]
Sibabrata Sahoo
ssahoo at openjdk.java.net
Thu Apr 28 14:53:44 UTC 2022
On Fri, 22 Apr 2022 14:35:14 GMT, Sibabrata Sahoo <ssahoo at openjdk.org> wrote:
>> A new API to support replacing selective lines with desired content.
>
> Sibabrata Sahoo has updated the pull request incrementally with one additional commit since the last revision:
>
> Update FileUtils.java
I will do a small change in method signature patch(Path path, int fromLine, int toLine, List<String> from, String to) where the argument "List<String> from" to be "String from". Also a new open Test will be added into this change-set.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8360
More information about the core-libs-dev
mailing list