Skip to content

Compilation error for test generated with fuzzer for com.google.common.collect.LinkedListMultimap.removeNode #1629

Open
@Damtev

Description

@Damtev

Description

Tests generated with fuzzer for com.google.common.collect.LinkedListMultimap.removeNode method from guava project do not compile.

To Reproduce

Generate tests for com.google.common.collect.LinkedListMultimap.removeNode method from guava project with timeLimit =120 and fuzzingRatio = 1.0 (there are no errors with fuzzingRatio = 0.0).

Expected behavior

Successfully compiled tests.

Actual behavior

Compilation fails with an attached error.

Visual proofs (screenshots, logs, images)

Compilation errors: C:\work\UTBotJava\utbot-junit-contest\build\output\test_candidates\guava\com\google\common\collect\LinkedListMultimapTest.java:49: error: unexpected type
        previousSiblingField.get(node3) = null;
                                ^
  required: variable
  found:    value

Environment

Contest Estimator.

Additional context

No additional context.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions