RFR: 8315960: test/jdk/java/io/File/TempDirDoesNotExist.java leaves test files behind [v7]

Brian Burkhalter bpb at openjdk.org
Wed Sep 20 21:51:19 UTC 2023


On Wed, 20 Sep 2023 21:18:43 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> 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.

Fixed in b3ac8c7b1242281bda86f7dc98efccf2bcefc7f6.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15757#discussion_r1332216006


More information about the core-libs-dev mailing list