Skip to content

Update version of UtUtils class  #1992

Closed
@tyuldashev

Description

@tyuldashev

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:

  1. Use latest version of plugin from main (with support of latest IDEA)
  2. Generate tests for org.example.Graph#addEdge - org.utbot.runtime.utils.java.UtUtils is generated.
  3. Install plugin from rc3102023 branch
  4. Generate tests for org.example.Graph#addEdge - UtUtils is NOT regenerated
  5. 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)

image

Metadata

Metadata

Labels

comp-codegenIssue is related to code generatorctg-bugIssue is a bug

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions