RFR: 8340458: Open source additional Component tests (part 2) [v2]

Andrey Turbanov aturbanov at openjdk.org
Tue Oct 1 12:36:36 UTC 2024


On Mon, 30 Sep 2024 22:32:19 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Clean up and open source four more tests.
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Moved variables initialization into the method that is called on EDT;
>   Moved dispose call onto EDT so it is called even if test is failed;
>   Added missing window dispose call;

test/jdk/java/awt/Component/ListDoubleIndentTest/ListDoubleIndentTest.java line 131:

> 129:             }
> 130: 
> 131:         } catch(IOException e) {

Suggestion:

        } catch (IOException e) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21235#discussion_r1782688904


More information about the client-libs-dev mailing list