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

Tejesh R duke at openjdk.java.net
Wed Dec 22 10:54:17 UTC 2021


On Tue, 21 Dec 2021 20:35:56 GMT, Alexey Ivanov <aivanov at openjdk.org> 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 1416:
> 
>> 1414:      * Returns true if hidden files are not shown in the file chooser;
>> 1415:      * otherwise, returns false. The default value of this property may be
>> 1416:      * derived from the underlying Operating System.
> 
> Should true and false be marked up as `{@code true}` and `{@code false}`?
> Probably not, for consistency with other methods in the JFileChooser class.

@aivanov-jdk Yeah, could have done that, but still lot of places in the same file doesn't have the consistency, so taking it up in another PR will be better I guess....

-------------

PR: https://git.openjdk.java.net/jdk/pull/6780



More information about the client-libs-dev mailing list