Compilation errors in generated times, possible reasoned by incorrect types resolving in machine
@Damtev is already working on this.
Since Nov 23, 2023.
Assessment
This issue has not been assessed yet.
Description
Run ContestEstimator with the following options:
timeLimit = 120
methodFilter = "com.google.common.collect.MinMaxPriorityQueue.*"
projectFilter = listOf("guava")
NOTE that this problems does not reproduce each time. But sometimes...
Compilation errors: C:\UtBotJava\UTBotJava\utbot-junit-contest\build\output\test_candidates\guava\com\google\common\collect\MinMaxPriorityQueueTest.java:5118: error: no suitable method found for create(ServiceDefinitionImpl)
MinMaxPriorityQueue.create(serviceDefinitionImpl);
^
method MinMaxPriorityQueue.<E#1>create() is not applicable
(cannot infer type-variable(s) E#1
(actual and formal argument lists differ in length))
method MinMaxPriorityQueue.<E#2>create(Iterable<? extends E#2>) is not applicable
(inference variable E#2 has incompatible bounds
upper bounds: Comparable<E#2>
lower bounds: SDDocument)
where E#1,E#2 are type-variables:
E#1 extends Comparable<E#1> declared in method <E#1>create()
E#2 extends Comparable<E#2> declared in method <E#2>create(Iterable<? extends E#2>)
After quick analysis, it seems that the problem is not in compilation itself, but in the types produced by symbolic machine.
- Dominant language
- Kotlin
- Stars
- 33
- Forks
- 27
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 15
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from UnitTestBot/usvm
-
Difficulty 5/5 Over a week Newbie friendliness 45/100
UnitTestBot/usvm#388 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
UnitTestBot/usvm#384 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
UnitTestBot/usvm#382 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
UnitTestBot/usvm#379 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
UnitTestBot/usvm#373 ·
All issues in UnitTestBot/usvm
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
Anthonyy232/Paperize#614 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Issue: Bug
Difficulty 1/5 Under an hour Newbie friendliness 91/100
OpenAPITools/openapi-generator#24978 ·
-
helsemelding-json-schema json-schema-core
Difficulty 2/5 1-3 hours Newbie friendliness 68/100