-
Notifications
You must be signed in to change notification settings - Fork 47
ClassLoader throws UnsupportedClassVersionError on test generation with Gradle project and JDK 13 #349
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
ctg-bug
Issue is a bug
priority-top-focus
Top priority chosen by dev team
spec-release-tailings
Failed to include in the current release, let's include it in the next one
status-verified
Bug fix is verified
Milestone
Comments
Same exception is thrown in IDEA project with JDK 13. |
lehvolk
added a commit
that referenced
this issue
Jun 30, 2022
lehvolk
added a commit
that referenced
this issue
Jul 1, 2022
lehvolk
added a commit
that referenced
this issue
Jul 25, 2022
lehvolk
added a commit
that referenced
this issue
Jul 27, 2022
lehvolk
added a commit
that referenced
this issue
Jul 27, 2022
lehvolk
added a commit
that referenced
this issue
Jul 27, 2022
lehvolk
added a commit
that referenced
this issue
Jul 28, 2022
lehvolk
added a commit
that referenced
this issue
Jul 28, 2022
lehvolk
added a commit
that referenced
this issue
Jul 29, 2022
lehvolk
added a commit
that referenced
this issue
Aug 1, 2022
lehvolk
added a commit
that referenced
this issue
Aug 2, 2022
lehvolk
added a commit
that referenced
this issue
Aug 3, 2022
lehvolk
added a commit
that referenced
this issue
Aug 5, 2022
- introduce scope for calling reflection api #349
lehvolk
added a commit
that referenced
this issue
Aug 23, 2022
…Bot and switching to usage of this structures in JCDB #349
This issue should be already fixed by #1067. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
ctg-bug
Issue is a bug
priority-top-focus
Top priority chosen by dev team
spec-release-tailings
Failed to include in the current release, let's include it in the next one
status-verified
Bug fix is verified
Uh oh!
There was an error while loading. Please reload this page.
Description
ClassLoader throws UnsupportedClassVersionError on test generation with Gradle project and JDK 13.
New runs of test generation for the same class - new errors are not shown, but tests are not generated.
New exception is thrown for the new class .
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are supposed to be generated.
Actual behavior
An error is shown in IDE with the following stacktrace:
Environment
IntelliJ IDEA 2022.1.3 (Ultimate Edition)
Build #IU-221.5921.22, built on June 21, 2022
Runtime version: 11.0.15+10-b2043.56 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Non-Bundled Plugins:
org.jetbrains.kotlin (221-1.7.0-release-281-IJ5591.52)
org.utbot.intellij.plugin.id (2022.6-beta)
Additional context
Adding the following lines to build.gradle fixes this conflict:
The text was updated successfully, but these errors were encountered: