Closed
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.UtUtils
is generated. - Install plugin from
rc3102023
branch - Generate tests for
org.example.Graph#addEdge
-UtUtils
is 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
Type
Projects
Status
Done