RFR: JDK-8307083: Open source some drag and drop tests 3

Andrey Turbanov aturbanov at openjdk.org
Thu May 4 20:27:21 UTC 2023


On Tue, 2 May 2023 21:53:59 GMT, Alisen Chung <achung at openjdk.org> wrote:

> moving tests to open

test/jdk/java/awt/dnd/MissedDragEnterTest.java line 234:

> 232:         Component comp = null;
> 233: 
> 234:         if(dfs != null && dfs.length >= 1) {

Suggestion:

        if (dfs != null && dfs.length >= 1) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13764#discussion_r1185478691



More information about the client-libs-dev mailing list