-
Notifications
You must be signed in to change notification settings - Fork 155
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 operation has occurred #1944
Comments
Preliminary investigation shows that the problem can likely be solved if we locate the offending class (likely a I am still trying to detect the exact source (other than that it comes from |
Just to check, are you using Java 8? Sometimes I encounter this, only to realise that I'm on Java 11. That being said though, we claim to support Java 11 in our DG. |
Im currently using Java 11, but with a language level of 8 (in Intellij IDEA). That said, Im not exactly sure how much the language level affects the compiler, or if it just impacts the intellisense provided by the IDE. It might be just a Java 9 and above bug. |
I am using Azul Java 11.0.16 on M2 Macbook Air, and I actually encounter this error in almost all if not all my runs of RepoSense. It does not seem to affect the runs however in my case. |
To clarify, this does not affect my runs either, but it might be good to resolve as |
Referenced in discussion #1997 |
Please include the steps to reproduce the bug.
ConfigSystemTest
WARNING: Illegal reflective access by com.google.gson.internal.reflect.ReflectionHelper
.What was expected to happen?
Illegal reflective access should not occur.
What actually happened? Please include a screenshot of the output.
The text was updated successfully, but these errors were encountered: