Alena Lisevych

Results 31 issues of Alena Lisevych

**Description** Running action "Reset cache and configure project" when server is unavailable results in VS Code error: "14 UNAVAILABLE read ECONNRESET" **To Reproduce** *Preconditions:* 1. A project was already configured...

bug
vscode-plugin

**Description** Junit5 assertTrue is used, but import is missing **To Reproduce** 1. Install [UnitTestBot plugin built from main ](https://github.com/UnitTestBot/UTBotJava/actions/runs/6257133258) in IntelliJ IDEA 2. Open `sm***t` project 3. Generate `Unit tests`...

ctg-bug
comp-codegen
spec-internal
comp-spring

**Description** Unmodifiable emptyMap is created in several Spring Integration tests **To Reproduce** 1. Install [UnitTestBot plugin built ](https://github.com/UnitTestBot/UTBotJava/actions/runs/6456774453) in IntelliJ IDEA Ultimate 2023.2 2. Open `spring-petclinic` 3. Generate `Integration tests`...

ctg-bug
ctg-question
comp-minimizer
comp-spring

**Description** Support new Java features introduced in Java 12+ **Expected behavior** Process them correctly, analyze and generate tests for them. **Environment** JDK 12+ IntelliJ IDEA 2022.2+ with JRE 17+ **List...

ctg-enhancement
ctg-qa
lang-java

**Description** Internal utbot exception `OverflowDetectionError` is verified in generated test **To Reproduce** 1. Install [**-IU-** UnitTestBot plugin](https://github.com/UnitTestBot/UTBotJava/actions/runs/6416856332) in IntelliJ IDEA Ultimate 2023.2 2. Open `utbot` project 3. Set 'Treat overflows...

ctg-bug
comp-codegen
comp-symbolic-engine

**Description** Static field value possible changes is not considered **To Reproduce** 1. Install [**-IU-** UnitTestBot plugin](https://github.com/UnitTestBot/UTBotJava/actions/runs/6416856332)in IntelliJ IDEA Ultimate 2023.2 2. Open `utbot` project 3. Generate and Run tests for...

ctg-bug
comp-fuzzing

**Description** Incorrect lambda method name is addressed by Fuzzing using `UtUtils$buildStaticLambda` method **To Reproduce** 1. Install [**-IU-** UnitTestBot plugin](https://github.com/UnitTestBot/UTBotJava/actions/runs/6416856332)in IntelliJ IDEA Ultimate 2023.2 2. Open `utbot` project 3. Generate tests...

ctg-bug
comp-fuzzing

**Description** ComplicatedMethodsSubstitutionsStorageTest is identified as abstract and no tests are generated **To Reproduce** 1. Install [**-IU-** UnitTestBot plugin](https://github.com/UnitTestBot/UTBotJava/actions/runs/6416856332)in IntelliJ IDEA Ultimate 2023.2 2. Open `utbot` project 3. Generate tests for...

ctg-bug
comp-symbolic-engine

**Description** Mock of a parent class is created, which is then tried to be cast to the needed class. **To Reproduce** 1. Install **-IU-** [UnitTestBot plugin ](https://github.com/UnitTestBot/UTBotJava/actions/runs/6379925168) in IntelliJ IDEA...

ctg-bug
comp-codegen
comp-spring

**Description** linkedListSpy is created and configured, but not injected into Entity under test **To Reproduce** 1. Install **-IU-** [UnitTestBot plugin ](https://github.com/UnitTestBot/UTBotJava/actions/runs/6379925168) in IntelliJ IDEA 2. Open `spring-petclinic` 3. Generate `Unit...

ctg-bug
comp-codegen
comp-spring