RFR: 8296198: JFileChooser throws InternalError java.lang.InternalError with Windows shortcuts [v2]

Tejesh R tr at openjdk.org
Tue Dec 6 11:59:18 UTC 2022


On Tue, 6 Dec 2022 09:32:18 GMT, Sergey Bylokhov <serb at openjdk.org> 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



More information about the client-libs-dev mailing list