On Mon, 22 May 2023 07:04:41 GMT, Alan Bateman wrote:
>> I think following two paragraphs belongs to `Implementation Note` too,
>> because of UNC pathname and SecurityException.
>> Is it wrong?
>
> The paragraph about that the result is filtered when checkRead is denied by
> the SecurityExcept
On Mon, 22 May 2023 07:00:27 GMT, Nagata-Haruhito wrote:
>> src/java.base/share/classes/java/io/File.java line 1828:
>>
>>> 1826: * namely {@code "/"}. The set of filesystem roots is affected
>>> 1827: * by various system-level operations such as the disconnecting or
>>> 1828: *
On Fri, 19 May 2023 09:32:03 GMT, Alan Bateman wrote:
>> Nagata-Haruhito has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Merge branch 'File_javadoc' of https://github.com/Nagata-Haruhito/jdk
>> into File_javadoc
>> - Drop exist to
On Wed, 17 May 2023 02:32:56 GMT, Nagata-Haruhito wrote:
>> I fixed File.listRoots description.
>> * remove "the insertion or ejection of removable media"
>> * change "available" to "existing"
>>
>> Please review this change.
>
> Nagata-Haruhito has updated the pull request incrementally with th
> I fixed File.listRoots description.
> * remove "the insertion or ejection of removable media"
> * change "available" to "existing"
>
> Please review this change.
Nagata-Haruhito has updated the pull request incrementally with three
additional commits since the last revision:
- Merge branch '