We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Sometimes the same problem displayed twice in Problems view.
To Reproduce There is no exact steps to reproduce and I faced it only couple of times today. Both times it happens when I:
org.utbot.examples.exceptions.ExceptionExamples
Steps to reproduce the behavior:
Expected behavior Tests are generated in Problems view there is only entry for division by zero problem:
Actual behavior
Sometimes there are two entries which point to the same test.
Visual proofs (screenshots, logs, images)
Attaching both SARIF reports with duplicated problems.
Maven17JUnit5Report.log Gradle17TestNGReport.log
The text was updated successfully, but these errors were encountered:
mmvpm
Successfully merging a pull request may close this issue.
Description
Sometimes the same problem displayed twice in Problems view.
To Reproduce
There is no exact steps to reproduce and I faced it only couple of times today. Both times it happens when I:
org.utbot.examples.exceptions.ExceptionExamples
from UTBot Java project, which was copied into dedicated project.Steps to reproduce the behavior:
org.utbot.examples.exceptions.ExceptionExamples
from UTBot Java project to the new project.Expected behavior

Tests are generated in Problems view there is only entry for division by zero problem:
Actual behavior
Sometimes there are two entries which point to the same test.
Visual proofs (screenshots, logs, images)

Attaching both SARIF reports with duplicated problems.
Maven17JUnit5Report.log
Gradle17TestNGReport.log
The text was updated successfully, but these errors were encountered: