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

Brian Burkhalter bpb at openjdk.org
Fri Aug 2 16:26:06 UTC 2024


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20435/files
  - new: https://git.openjdk.org/jdk/pull/20435/files/79e00800..64440ec8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20435&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20435&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/20435.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20435/head:pull/20435

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


More information about the core-libs-dev mailing list