Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2022-01-11 Thread Tejesh R
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2022-01-07 Thread Phil Race
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2022-01-07 Thread Alexey Ivanov
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2022-01-05 Thread Sergey Bylokhov
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2022-01-03 Thread Tejesh R
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2021-12-22 Thread Tejesh R
On Tue, 21 Dec 2021 20:35:56 GMT, Alexey Ivanov wrote: >> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 6496103: isFileHidingEnabled return false by default > > src/java.desktop/share/classes/javax/swing/JFileChooser.java line

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2021-12-21 Thread Alexey Ivanov
On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v3]

2021-12-19 Thread Tejesh R
> The default value of this property is derived from native platform. The same > is updated in the documentation. Tejesh R has updated the pull request incrementally with one additional commit since the last revision: 6496103: isFileHidingEnabled return false by default - Change

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-19 Thread Tejesh R
On Fri, 17 Dec 2021 21:42:57 GMT, Phil Race wrote: > If we REALLY will always get it from the O/S, including on Linux, macOS and > whatever else .. then it is OK otherwise the new wording would be better. Haven't checked in Linux or macOS.. Yeah, I think no need to explicitly mention about

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-17 Thread Phil Race
On Wed, 15 Dec 2021 06:29:43 GMT, Tejesh R wrote: >> The default value of this property is derived from native platform. The same >> is updated in the documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6496103: isF

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-15 Thread Tejesh R
On Wed, 15 Dec 2021 23:11:34 GMT, Sergey Bylokhov wrote: >> Sure @mrserb , updated the PR. > > Not sure the "native" is needed in the new version, any other thoughts from > anyone? Yeah, "native OS" and "OS" gives same meaning I guess.. - PR: https://git.openjdk.java.net/jdk/pull/

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-15 Thread Sergey Bylokhov
On Wed, 15 Dec 2021 06:25:54 GMT, Tejesh R wrote: >> src/java.desktop/share/classes/javax/swing/JFileChooser.java line 1416: >> >>> 1414: * Returns true if hidden files are not shown in the file chooser; >>> 1415: * otherwise, returns false. The default value of this property >>> is d

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-14 Thread Tejesh R
> The default value of this property is derived from native platform. The same > is updated in the documentation. Tejesh R has updated the pull request incrementally with one additional commit since the last revision: 6496103: isFileHidingEnabled return false by default - Change

Re: RFR: 6496103: isFileHidingEnabled return false by default [v2]

2021-12-14 Thread Tejesh R
On Wed, 15 Dec 2021 01:20:45 GMT, Sergey Bylokhov wrote: >> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 6496103: isFileHidingEnabled return false by default > > src/java.desktop/share/classes/javax/swing/JFileChooser.java li

Re: RFR: 6496103: isFileHidingEnabled return false by default

2021-12-14 Thread Sergey Bylokhov
On Thu, 9 Dec 2021 09:40:38 GMT, Tejesh R wrote: > The default value of this property is derived from native platform. The same > is updated in the documentation. src/java.desktop/share/classes/javax/swing/JFileChooser.java line 1416: > 1414: * Returns true if hidden files are not shown i