RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v5]

Tejesh R tr at openjdk.org
Mon Oct 10 16:36:54 UTC 2022


On Mon, 10 Oct 2022 16:17:49 GMT, Alexey Ivanov <aivanov 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
>
> test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 42:
> 
>> 40:  * @requires (os.family == "windows" | os.family == "linux")
>> 41:  * @library /java/awt/regtesthelpers /test/lib
>> 42:  * @build PassFailJFrame jdk.test.lib.Platform
> 
> Suggestion:
> 
>  * @library /java/awt/regtesthelpers
>  * @build PassFailJFrame
> 
> 
> `Platform` class from `/test/lib` is not used any more.

In mac the issue was not reproducible.....

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

PR: https://git.openjdk.org/jdk/pull/10485



More information about the client-libs-dev mailing list