Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v4]

2023-09-22 Thread Brian Burkhalter
On Thu, 21 Sep 2023 08:32:21 GMT, Alan Bateman wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8316000: Move apiNotes to normative text; update @return descriptions > >

Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v4]

2023-09-21 Thread Alan Bateman
On Wed, 20 Sep 2023 23:11:27 GMT, Brian Burkhalter wrote: >> On Windows, do not return `true` from the `java.io.File` methods >> `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the >> file does not exist. > > Brian Burkhalter has updated the pull request incrementally

Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v4]

2023-09-20 Thread Brian Burkhalter
> On Windows, do not return `true` from the `java.io.File` methods > `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the > file does not exist. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8316000: