Commit bf2e0e7
committed
Squashed commit of the following:
commit 31fbc83
Author: Andrey Tarbeev <dinis.taranov@mail.ru>
Date: Fri Jul 8 10:50:52 2022 +0300
Minimize exceptions in signature (#418)
* Minimize exceptions in test methods signatures
commit 63eb9b0
Author: Yury Kamenev <yurkam447@gmail.com>
Date: Thu Jul 7 15:13:45 2022 +0300
Removed always used coverage-based minimization strategy (#450)
commit fe0f7f8
Author: Yury Kamenev <yurkam447@gmail.com>
Date: Thu Jul 7 14:19:53 2022 +0300
Disabled NPE checks for non-public library fields by default (#353)
commit d1b51fe
Author: Yury Kamenev <yurkam447@gmail.com>
Date: Thu Jul 7 13:44:46 2022 +0300
Fixed NPE for processing static field as first statement in MUT (#433)
commit acc2fff
Author: Nikita Vlaev <nikitavlaev00@gmail.com>
Date: Wed Jul 6 15:37:28 2022 +0300
Added ForceStaticMockListener to run "configure mockito-inline" action.
Refactored url listener in notifications.
commit 80c2328
Author: Nikita Stroganov <54814796+IdeaSeeker@users.noreply.github.com>
Date: Thu Jul 7 11:21:13 2022 +0300
Support -P parameters in the utbot-gradle (#377)
commit a92e289
Author: Sergey Pospelov <sergeypospelov59@gmail.com>
Date: Tue Jul 5 10:29:45 2022 +0300
Fix searching of modifiers field for JDK 8-17
commit 9a3acb6
Author: Amandel Pie <105506115+amandelpie@users.noreply.github.com>
Date: Wed Jul 6 14:16:09 2022 +0300
Disabled clustering of tests generated by Fuzzer (#431)
* Disabled clustering of tests generated by Fuzzer
* Refactored the multiple calls
commit c09568f
Author: Vassiliy Kudryashov <vassiliy.kudryashov@gmail.com>
Date: Wed Jul 6 10:21:52 2022 +0300
Existing test file without test class obstruct generation #160 (#425)
commit 2ec8fb3
Author: Denis Fokin <Denis.Fokin@gmail.com>
Date: Tue Jul 5 16:52:42 2022 +0300
Better naming
commit 68c66ef
Author: Vassiliy Kudryashov <vassiliy.kudryashov@gmail.com>
Date: Tue Jul 5 19:51:55 2022 +0300
SVG logo contains 'inaccurate' holes #330 (#411)
commit 1d48789
Author: Dmitrii Timofeev <dtim@comitative.com>
Date: Tue Jul 5 17:08:38 2022 +0300
Workaround: run concrete execution for invokedynamic
commit 65d95c1
Author: Vassiliy Kudryashov <vassiliy.kudryashov@gmail.com>
Date: Tue Jul 5 19:42:55 2022 +0300
Plugin fails with an exception if no SDK is configured for the test module #399 (#424)
commit 6f9f2d8
Author: Maksim Pelevin <maks.pelevin@gmail.com>
Date: Tue Jul 5 17:49:58 2022 +0300
Fix CNFE: kotlin.collections.ArrayDeque in ContestEstimator (#419)
commit 67cc7d9
Author: Denis Fokin <Denis.Fokin@gmail.com>
Date: Tue Jul 5 11:58:40 2022 +0300
Put concrete executor jar in resources for contest estimator
commit 63e2252
Author: Alena Lisevych <37301492+alisevych@users.noreply.github.com>
Date: Tue Jul 5 15:48:29 2022 +0300
Tooltips correction for #343 (#410)
Co-authored-by: Alena Lisevych <>
commit 8b3defa
Author: Vassiliy Kudryashov <vassiliy.kudryashov@gmail.com>
Date: Tue Jul 5 13:22:31 2022 +0300
Write access exception on test generating in Idea project with JDK 11 #350 (#409)
commit c02883c
Author: Amandel Pie <105506115+amandelpie@users.noreply.github.com>
Date: Tue Jul 5 11:21:21 2022 +0300
Enables 40 tests for utbot-summary module (#389)
* Repair testPow
* Repaired ReturnExampleTest tests
* Restored SummaryCycleTest.kt
* Restored all the tests
commit 65c07f8
Author: Victoria <32179813+victoriafomina@users.noreply.github.com>
Date: Tue Jul 5 09:51:44 2022 +0300
Update Dockerfile_java_cli (#396)
commit 3b21112
Author: Alexey Menshutin <alex.menshutin99@gmail.com>
Date: Mon Jul 4 21:16:53 2022 +0300
ToString support for abstract collection using makeSymbolic #391
commit c2673df
Author: Vassiliy Kudryashov <vassiliy.kudryashov@gmail.com>
Date: Mon Jul 4 21:56:43 2022 +0300
IDE fatal error during tests generation #68 (#379)
commit 43693fb
Author: Nikita Vlaev <vlaev.nikita@huawei.com>
Date: Mon Jul 4 18:59:57 2022 +0300
Bring back test class generation (#403)
commit 1c01193
Author: Yury Kamenev <yurkam447@gmail.com>
Date: Mon Jul 4 20:24:03 2022 +0300
Added the wrapper for static methods of java.util.List (#400)
commit a805f31
Author: Nikita Vlaev <vlaev.nikita@huawei.com>
Date: Fri Jul 1 20:16:28 2022 +0300
Add title pane with unsupported jdk notification (#373)
commit 16c13fb
Author: Dmitrii Timofeev <dtim@comitative.com>
Date: Mon Jul 4 18:35:36 2022 +0300
Initiate concrete execution if a wrapper method is missing (#392)
If a JVM class is overridden but a method is missing from the wrapper,
the engine will discard the path and fall back to concrete execution
instead of analysing the real JVM code graph.
This approach fixes the problem with methods that have been introduced
in newer JDKs. Now wrappers are mostly limited to Java 1.8 interfaces
and fail to analyze methods like `String::isBlank` or `String::lines`
when the code runs under JDK 11. Building graphs from the real JDK code
fails because the wrapper does not have private fields that the original
code uses.
TODO: to allow symbolic analysis of the code, missing methods should be
actually implemented in corresponding wrappers.1 parent 1b52bdc commit bf2e0e7
File tree
70 files changed
+3360
-1580
lines changed- docker
- docs
- utbot-core/src/main/kotlin/org/utbot/common
- utbot-framework-api/src/main/kotlin/org/utbot/framework
- plugin/api
- util
- utbot-framework/src
- main
- java/org/utbot/engine/overrides
- collections
- stream
- kotlin/org/utbot
- engine
- util
- mockListeners
- exceptions
- trusted
- framework
- codegen
- model
- constructor
- context
- tree
- tree
- visitor
- plugin/api
- util
- fuzzer
- test/kotlin/org/utbot
- examples
- stdlib
- strings
- framework/codegen
- utbot-gradle
- docs
- src
- main/kotlin/org/utbot/gradle/plugin
- extension
- wrappers
- test/kotlin/org/utbot/gradle/plugin/extension
- utbot-intellij/src/main
- kotlin/org/utbot/intellij/plugin
- generator
- ui
- utils
- resources/META-INF
- utbot-junit-contest
- src/main/kotlin/org/utbot/contest
- utbot-sample/src/main/java/org/utbot/examples
- stdlib
- strings
- utbot-summary-tests/src/test/kotlin
- examples
- algorithms
- controlflow
- inner
- ternary
- math
- utbot-summary/src/main/kotlin/org/utbot/summary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+3360
-1580
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | | - | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
17 | | - | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
179 | | - | |
| 184 | + | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
185 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
186 | 200 | | |
187 | 201 | | |
188 | 202 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
| 1047 | + | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
| |||
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
| 1108 | + | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | 1111 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments