Re: RFR: 8306431: File.listRoots method description should be re-examined [v6]

2023-05-22 Thread Nagata-Haruhito
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

Re: RFR: 8306431: File.listRoots method description should be re-examined [v6]

2023-05-22 Thread Alan Bateman
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: *

Re: RFR: 8306431: File.listRoots method description should be re-examined [v6]

2023-05-22 Thread Nagata-Haruhito
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

Re: RFR: 8306431: File.listRoots method description should be re-examined [v6]

2023-05-19 Thread Alan Bateman
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

Re: RFR: 8306431: File.listRoots method description should be re-examined [v6]

2023-05-16 Thread Nagata-Haruhito
> 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 '