RFR: 8254262: jdk.test.lib.Utils::createTemp* don't pass attrs
Igor Ignatyev
iignatyev at openjdk.java.net
Thu Oct 8 18:38:25 UTC 2020
Hi all,
`jdk.test.lib.Utils::createTempFile` and `createTempDirectory` methods accept `attrs`, but don't pass it to
`java.nio.file.Files::createTempFile` and `createTempDirectory` methods respectively. could you please review this
trivial patch which fixes that?
Thanks,
-- Igor
-------------
Commit messages:
- 8254262: jdk.test.lib.Utils::createTemp* don't pass attrs
Changes: https://git.openjdk.java.net/jdk/pull/567/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=567&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8254262
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/567.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/567/head:pull/567
PR: https://git.openjdk.java.net/jdk/pull/567
More information about the core-libs-dev
mailing list