-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bug
Description
Description
There are changes in UtUtils class to support latest version IDEA, but version of UtUtils itself was not changed, so it could lead to conflicts when plugin version is updated/downgraded.
To Reproduce
Steps to reproduce the behavior:
- Use latest version of plugin from
main(with support of latest IDEA) - Generate tests for
org.example.Graph#addEdge-org.utbot.runtime.utils.java.UtUtilsis generated. - Install plugin from
rc3102023branch - Generate tests for
org.example.Graph#addEdge-UtUtilsis NOT regenerated - Open generated test
Expected behavior
Test are compliable and could be executed.
Actual behavior
Tests are uncompilable due unhandled exceptions.
Visual proofs (screenshots, logs, images)
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done
