On Mon, 30 Sep 2024 22:32:19 GMT, Alexander Zuev <[email protected]> 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