Integrated: 6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix

Brian Burkhalter bpb at openjdk.org
Fri Aug 30 17:20:25 UTC 2024


On Fri, 2 Aug 2024 00:21:28 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.

This pull request has now been integrated.

Changeset: fef1ef7d
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fef1ef7dfe1aed7729b182b2fc8d0dda7d546a56
Stats:     6 lines in 1 file changed: 5 ins; 0 del; 1 mod

6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix

Reviewed-by: alanb

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

PR: https://git.openjdk.org/jdk/pull/20435


More information about the core-libs-dev mailing list