You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From some reason, JSystem fails to show all the projects building blocks. I still don't know why or what is the difference between the building blocks that are shown and the one that aren't.
To reproduce the problem, make sure that the JAVA_HOME is set to Java 9 and add the following test class to your project:
When JSystem will try to launch the class constructor using reflection, and the following error message will appear:
The problem occurs at some point in the RunnerTest.loadTestClass method.
If we are going deeper to the rabbit hole, the method responsible to the exception is ExtendsTestCaseClassLoader.lookupClassData, because it fails to get the information of the jdk/internal/reflect/ConstructorAccessorImpl. I am not sure that this class should be investigated in the first place.
The text was updated successfully, but these errors were encountered:
From some reason, JSystem fails to show all the projects building blocks. I still don't know why or what is the difference between the building blocks that are shown and the one that aren't.
To reproduce the problem, make sure that the JAVA_HOME is set to Java 9 and add the following test class to your project:
When JSystem will try to launch the class constructor using reflection, and the following error message will appear:
The problem occurs at some point in the
RunnerTest.loadTestClass
method.If we are going deeper to the rabbit hole, the method responsible to the exception is
ExtendsTestCaseClassLoader.lookupClassData
, because it fails to get the information of thejdk/internal/reflect/ConstructorAccessorImpl
. I am not sure that this class should be investigated in the first place.The text was updated successfully, but these errors were encountered: