Feature #8705
closedChange the way of reporting unsafe reports
0%
Description
At the moment Klever Core reports one unsafe report per each error trace, but this is absolutely inefficient when many error traces are issued for one invocation of a static verifier, because of almost the same sources are packed and uploaded multiple times and there are too many useless reports. We supposed to report all error traces and all sources once for one invocation of a static verifier.
Updated by Evgeny Novikov almost 7 years ago
- Target version changed from 1.0 to 2.0
Updated by Evgeny Novikov almost 7 years ago
- Blocks Feature #8704: Support processing of multiple error traces per one unsafe report added
Updated by Evgeny Novikov over 6 years ago
- Target version changed from 2.0 to 1.0
Let's hurry up this issue, since it is very high demanded, so, waiting for Klever 2.0 isn't good.
BTW, I extended the version period appropriately to have enough time for implementation and testing.
Updated by Evgeny Novikov over 6 years ago
- Status changed from New to Resolved
- Assignee changed from Ilja Zakharov to Evgeny Novikov
I did it in branch core-new-formats. But Bridge doesn't accept unsafe reports with multiple error traces. Let's find out who is wrong.
Updated by Evgeny Novikov over 6 years ago
- Status changed from Resolved to Closed
I merged the branch to master in 4339da97.
Updated by Evgeny Novikov over 6 years ago
- Related to Bug #9067: Klever fails with corrupted added