RFR: 8307299: Move more DnD tests to open
Phil Race
prr at openjdk.org
Tue May 2 18:58:20 UTC 2023
On Tue, 2 May 2023 18:12:38 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Added DnD tests
Marked as reviewed by prr (Reviewer).
test/jdk/java/awt/dnd/DropTargetingTest.java line 25:
> 23:
> 24: import javax.swing.JButton;
> 25: import javax.swing.JFrame;
This isn't important and I noticed the same on the other PR I just looked at, but generally
we'd list javax.* APIs after the java.* APIs
But it isn't 100% alphabetical as I'd put all the "java.base" APIs first ... not relevant here tho'
-------------
PR Review: https://git.openjdk.org/jdk/pull/13759#pullrequestreview-1409708013
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1182932768
More information about the client-libs-dev
mailing list