RFR: 8315600: Open source few more headless Swing misc tests [v5]

Alexey Ivanov aivanov at openjdk.org
Wed Sep 6 15:55:41 UTC 2023


On Wed, 6 Sep 2023 09:45:41 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Indent
>
> test/jdk/javax/swing/tree/FixedHeightLayoutCache/bug4210354.java line 80:
> 
>> 78:                 throw new RuntimeException("Test failed");
>> 79:             }
>> 80:         } catch(Exception e) {
> 
> Suggestion:
> 
>         } catch (Exception e) {

This line is gone in the latest version.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15582#discussion_r1317503773


More information about the client-libs-dev mailing list