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
SARIF report contains very useful information about errors in the user's code, but our intellij-plugin does not use it at all.
So we need to display detected errors somehow directly in the Intellij IDEA.
Expected behavior
After tests generation, the "Problems" tab opens automatically, which contains all the unchecked exceptions.
Potential alternatives
Context
The text was updated successfully, but these errors were encountered:
The first version of the utbot inspection tool (#972)
036db4c
65c5e55
8aecd99
mmvpm
Successfully merging a pull request may close this issue.
Description
SARIF report contains very useful information about errors in the user's code, but our intellij-plugin does not use it at all.
So we need to display detected errors somehow directly in the Intellij IDEA.
Expected behavior
After tests generation, the "Problems" tab opens automatically, which contains all the unchecked exceptions.
Potential alternatives
Context
The text was updated successfully, but these errors were encountered: