RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v7]
Alexey Ivanov
aivanov at openjdk.org
Tue Oct 11 08:54:35 UTC 2022
On Tue, 11 Oct 2022 07:52:42 GMT, Abhishek Kumar <duke at openjdk.org> wrote:
> Is it required to have a `key` tag for manual test case?
A manual test is declared by its `@run` tag:
* @run main/manual FileViewNPETest
If `-a` (automatic tests) is passed to jtreg, this test isn't selected for running.
-------------
PR: https://git.openjdk.org/jdk/pull/10485
More information about the client-libs-dev
mailing list