Actions
Bug #8196
closedFeature #8494: Process extended format of violation witnesses
Set the last provided with a line directory file instead of setting a default one at witness visualization
Start date:
05/11/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Since a cil file can contain lines with only line numbers or even lines without line directives at all our witness trace processor should correctly process witnesses for such files. I observe the following issues currently:
- If a line directive is given without a file our witness processor should add the last referred file but not any default one.
- If for a line there is no line directive such lines should be somehow hidden or processed differently since startline data tag refers in the case to cilled file instead of an original C file.
The last issue hardly can be fixed without changing witness format.
Actions