Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
https://codechecker.readthedocs.io
Apache License 2.0
2.28k stars 383 forks source link

RunData cleanup #841

Closed gyorb closed 5 years ago

gyorb commented 7 years ago

RunData api type should be cleaned up.

csordasmarton commented 5 years ago

I think this problem has already been solved. https://github.com/Ericsson/codechecker/blob/1af4908d085c98375ef5ef7da0cdb640623f6567/web/api/v6/report_server.thrift#L149-L160

We removed the can_delete attribute but we kept the resultCount to show the number of unresolved reports in the Run List page.