On Tue, 6 Dec 2022 09:32:18 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updated based on review Comments
>
> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java
> line 1433:
>
>> 1431: return;
>> 1432: }
>> 1433: } else if ( fc.getFileSystemView().isLink(dir)) {
>
> Probably we can minimize the code duplication here?
Updated.
-------------
PR: https://git.openjdk.org/jdk/pull/11510