RFR: 8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError
Sergey Bylokhov
serb at openjdk.org
Wed Jan 4 20:47:50 UTC 2023
On Wed, 4 Jan 2023 20:07:24 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> So, to reproduce this issue, one has to put a shortcut (`.lnk` file) which points to a virtual folder which has no file system path, any Control Panel applets or Control Panel itself could trigger this.
>
> Is my understanding correct?
The user should actually open that 'place in Control Panel" first so the link will have appeared in the "recent files" folder, the exception occurs when the JFC tries to build a "files tree". This is how I get the lnk file for the test.
-------------
PR: https://git.openjdk.org/jdk/pull/11789
More information about the client-libs-dev
mailing list