cservakt
cservakt
The sorting feature was not available for the 'testcase' column since it first appeared in CodeChecker 6.22.2. The new PR gives a support to sort the reports on the Testcase...
Blame information for reports was only available on the GUI. Now, if we wish to check the git commit info in the cli, we can do that with "CodeChecker cmd...
The modification can be used to validate the version of each analyzer. The user can specify all desired analyzers after the --analyzers flag, as was possible before. Also, the exact...
It can be used to see the number of reports per checker for `parse` command. Before storing it is helpful to verify with the `--summary` flag, which checkers are generating...
`CodeChecker analyzers` gives python error for the user if a supported analyzer is missing. In addition, CodeChecker `analyze` and `check` should have provided an error and sys.exit when the specified...
The new `Guideline statistics` tab on the Statistics page can list all rules for the selected guidelines. The user can select multiple guidelines (but currently the only one is `sei-cert`...