RFR: 6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix [v2]
Alan Bateman
alanb at openjdk.org
Thu Aug 29 08:20:21 UTC 2024
On Fri, 2 Aug 2024 16:26:06 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Add some verbiage indicating that an `IOException` will be thrown if a file with a name generated from the supplied prefix and suffix according to the described algorithm cannot be generated by the underlying system, whether that be due to the presence of one of more characters not supported by the underlying system or for some other reason.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 6426678: having the generated name -> with the generated name
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20435#pullrequestreview-2268014306
More information about the core-libs-dev
mailing list