RFR: 8315960: test/jdk/java/io/File/TempDirDoesNotExist.java leaves test files behind [v7]
Roger Riggs
rriggs at openjdk.org
Wed Sep 20 21:23:44 UTC 2023
On Tue, 19 Sep 2023 21:45:13 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Add a `finally` block to delete the created files.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8315960: Fix indentation
test/jdk/java/io/File/TempDirDoesNotExist.java line 98:
> 96: new String[] {
> 97: "-Djava.io.tmpdir=" +
> 98: tempDir(),
These lines could be joined. Or perhaps move the "+" to the beginning of the next line as in the others below.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15757#discussion_r1332196855
More information about the core-libs-dev
mailing list