Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference to java.awt.dnd.peer.DragSourceContextPeer prevents testing with JDK 13 (probably JDK 9 and later) #15

Open
christianhujer opened this issue Mar 11, 2020 · 0 comments

Comments

@christianhujer
Copy link

The test ExampleConcreteClass references java.awt.dnd.peer.DragSourceContextPeer which is non-exported, thus not API, and thus not accessible from JDK 9 on.
Since the specifically referenced class seems to fulfill no other purpose than being a random class reference, I suggest to replace it with java.awt.dnd.DragSourceContext for now.

I am already preparing a Pull Request for this.

christianhujer referenced this issue in nelkinda/jdepend Mar 11, 2020
christianhujer referenced this issue in nelkinda/jdepend Mar 11, 2020
christianhujer referenced this issue in nelkinda/jdepend Mar 11, 2020
christianhujer referenced this issue in nelkinda/jdepend Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant