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

Alexey Ivanov aivanov at openjdk.org
Tue Oct 11 10:51:19 UTC 2022


On Tue, 11 Oct 2022 07:52:42 GMT, Abhishek Kumar <duke 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 39:
> 
>> 37:  * @test
>> 38:  * @bug 6616245
>> 39:  * @key headful
> 
> Is it required to have a `key` tag for manual test case?

I admit I misunderstood the question. I thought @kumarabhi006 had asked for adding another keyword to `@key` to specify a _manual_ test.

I didn't think about removing `@key headful`. At the same time, a manual test implies being _headful_ to the UI with instructions.

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

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



More information about the client-libs-dev mailing list