Feature #9016
closedShow total similarity in unsafes and marks tables
0%
Description
Currently it is difficult to detect unassociated marks or marks with low similarity. It is proposed to add an additional column in tables for unsafes and unsafe marks with total similarity value. New value is a sum of similarities of associated marks.
Files
Updated by Evgeny Novikov over 6 years ago
- Related to Feature #9001: Dump similarities for associated unsafe marks added
Updated by Evgeny Novikov over 6 years ago
- Target version changed from 2.0 to 1.1
This issue is not strictly bound with purposes of 2.0 that targets verification of C software.
Updated by Evgeny Novikov over 6 years ago
- Target version changed from 1.1 to 2.0
Let's Vladimir will do this after his vacation.
Updated by Vladimir Gratinskiy about 6 years ago
- Status changed from New to Resolved
Implemented in bridge-2.0
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Open
I see a new column for a table with unsafe marks, but not for a table with unsafes, where it is more required.
Updated by Vladimir Gratinskiy about 6 years ago
Evgeny Novikov wrote:
I see a new column for a table with unsafe marks, but not for a table with unsafes, where it is more required.
Implemented in bridge-2.0.
Updated by Vladimir Gratinskiy about 6 years ago
- Status changed from Open to Resolved
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Closed
Tests passed, so, I merged the branch to master in b8bda00ac.
Updated by Evgeny Novikov about 6 years ago
- File Job-8d5730c829.zip Job-8d5730c829.zip added
- Status changed from Closed to Open
For the attached job I still do not see total similarities in tables with unsafes.
Also, please, visualize similarities using percents rather than floats like for associated marks/unsafes at unsafe/mark pages.
Updated by Vladimir Gratinskiy about 6 years ago
- Status changed from Open to Resolved
Evgeny Novikov wrote:
For the attached job I still do not see total similarities in tables with unsafes.
Also, please, visualize similarities using percents rather than floats like for associated marks/unsafes at unsafe/mark pages.
Fixed.
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Closed
Looks nice. I cherry picked the commit to master 2c6ef7e55.
Updated by Evgeny Novikov about 6 years ago
- Status changed from Closed to Open
I found out one more issue. Bridge always shows total similarity <= 100% in the unsafe marks table even for marks with several associated reports. At least before when downloading JSON files with results total similarities were summed up, e.g. when there are 3 associated unsafes each with 100% similarity there was 300% total similarity or 3.0. I would like to have this behavior everywhere since it is strange to see total similarity 50% for a mark associated with 2 unsafes (one with 100% and another with 0%).
Updated by Evgeny Novikov about 6 years ago
- Status changed from Open to Closed
I think more about this. Indeed the current representation is better, as one can easily detect partially associated marks even when there are several unsafes per a mark.
For downloaded JSON files it is better to remain everything as it was before implementation of this feature if something changed.