Commit 8ef6bd5
authored
Improve
* Construct assemble models for dynamic proxies
* Avoid failing casts to `LinkedHashMap` and other collection types
* Make model constructors use `add` and `put` methods from `Collection` and `Map` interfaces
* Fix `classId` in `resultMatchersViewMethodId`UtModel construction (#2517)1 parent 9311c26 commit 8ef6bd5
File tree
4 files changed
+66
-12
lines changed- utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/util
- utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/instrumentation/execution/constructors
4 files changed
+66
-12
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
Lines changed: 60 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
88 | 135 | | |
89 | 136 | | |
90 | 137 | | |
| |||
103 | 150 | | |
104 | 151 | | |
105 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
106 | 156 | | |
107 | 157 | | |
108 | 158 | | |
| |||
294 | 344 | | |
295 | 345 | | |
296 | 346 | | |
297 | | - | |
298 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
299 | 353 | | |
300 | 354 | | |
301 | 355 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
306 | 360 | | |
307 | 361 | | |
308 | 362 | | |
| |||
0 commit comments