RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

Damon Nguyen dnguyen at openjdk.org
Wed May 8 21:24:52 UTC 2024


On Wed, 8 May 2024 19:23:43 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 53:
>> 
>>> 51:  * @run main MouseEventAfterStartDragTest
>>> 52:  */
>>> 53: public final class MouseEventAfterStartDragTest implements AWTEventListener {
>> 
>> Suggestion:
>> 
>>  */
>>  
>> public final class MouseEventAfterStartDragTest implements AWTEventListener {
>
> i thought the standard was to have no newline between the test tags and the class declaration?

I'm not aware of this. I've normally seen newlines after the test tags, and I use it in my tests without any comments. Not critical either way I suppose. Maybe others know more precisely? @TejeshR13 @kumarabhi006 maybe?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1594707223


More information about the client-libs-dev mailing list