RFR: 8366844: Update and automate MouseDraggedOriginatedByScrollBarTest.java [v6]

Damon Nguyen dnguyen at openjdk.org
Tue Sep 9 22:47:50 UTC 2025


On Mon, 8 Sep 2025 11:45:39 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update with final var and loop increment
>
> test/jdk/java/awt/List/MouseDraggedOriginatedByScrollBarTest.java line 85:
> 
>> 83:                 @Override
>> 84:                 public void mouseDragged(MouseEvent me){
>> 85:                     System.out.println(me.toString());
> 
> Suggestion:
> 
>                     System.out.println(me);
> 
> `.toString()` is redundant for `println`.

Updated all suggestions. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26636#discussion_r2334988920


More information about the client-libs-dev mailing list