**Initial set-up** *Check that the IntelliJ Idea UTBot plugin can be successfully installed* - [x] Get plugin [build from #1364](https://github.com/UnitTestBot/UTBotJava/actions/runs/3462547374) - [x] Download plugin - [x] Check downloaded zip-file size < 100 MB Bug reproducing: - #1333 - [x] Open IntelliJ IDE - [x] Remove previously installed UTBot plugin - [x] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git) - [x] Open the project in the IDE - [x] Install the downloaded plugin - [x] Turn on Problems view in Settings -> Tools -> UnitTestBot **IDE** - [ ] IDEA 2022.1.4 - [x] IDEA 2022.2.3 - [ ] EAP 223 **Samples to check** - [x] Nested classes - [x] inner calls New bug: - #1381 - [x] recursion - [x] Sandboxing New bug: - #1383 - [x] objects package - [x] mixed.Overload (with Integer - NPE) - [x] mixed.StaticMethodExamples (same - with wrapper types) - [x] enums - [x] casts - [x] natives **Settings to check** - [x] math.OverflowExamples - check with settings _**Treat Overflow as errors**_ - [x] Recursion - check with settings _**Treat Overflow as errors**_ - [x] Sandboxing - check with permissions - [x] Timeout failing tests - [x] Mocks on / off - [x] Problems view + Generate and Run - [x] Parameterized tests - not supported by SARIF and visualizing on Problems tool window - `View generated test` is addressing to the first line of test class, Stack trace doesn't contain test code calls.