-
Notifications
You must be signed in to change notification settings - Fork 75
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
Illegal reflective access with Java 9/10 #183
Comments
Hi, Thanks for liking the tweet ;). I can reproduce your issue with the following classes: Would you say that's a fair representation of your own code? Because I'm also getting some recursive data structure issues. |
Yes, the whole test class is here: https://josm.openstreetmap.de/browser/josm/trunk/test/unit/org/openstreetmap/josm/data/gpx/WayPointTest.java The class under test is here: https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java |
OK, thanks. This will be easy enough to fix. |
I've made a fix for this. I hope to release it tomorrow. |
It's released! |
Note that you probably have to remove the |
) git-svn-id: http://josm.openstreetmap.de/svn/trunk@13342 0c6e7542-c601-0410-84e7-c038aed88b3b
) git-svn-id: https://josm.openstreetmap.de/svn/trunk@13342 0c6e7542-c601-0410-84e7-c038aed88b3b
What steps will reproduce the problem?
org.openstreetmap.josm.data.gpx.WayPointTest
with jdk-10-ea+39What is the code that triggers this problem?
What error message or stack trace does EqualsVerifier give?
What did you expect?
No warning
Which version of EqualsVerifier are you using?
2.4.1
Please provide any additional information below.
Same issue with Java 9.0.1.
The text was updated successfully, but these errors were encountered: