GitHub user emilianbold opened a pull request:
https://github.com/apache/incubator-netbeans/pull/11
Fixes bug in FileChooserBuilderTest
The tmpdir is loaded but the temporary file is not created in it, resulting
on macOS in a Permission denied IOException because java cannot write on root
(/). The fix just places the temporary file in java.io.tmpdir as it was
probably intended.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emilianbold/incubator-netbeans
emi-bugfix-openide-filesystems-nb
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 874bb58b59c43426c43088057159175dd47ef7ea
Author: Emilian Bold <[email protected]>
Date: 2017-09-26T08:57:33Z
Fixes bug in FileChooserBuilderTest
The tmpdir is loaded but the temporary file is not created in it, resulting
on macOS in a Permission denied IOException because java cannot write on root
(/). The fix just places the temporary file in java.io.tmpdir as it was
probably intended.
----
---