There is a bug in Klever sources parser, which affects error traces and coverages visualization.
In case of "nested" comments of type //* Klever uses "internal" one (/*), which is wrong. As a result such visualization misleads the users.
In order to correct it, the following fixes are required:
[x] fix error traces visualization parser;
[x] fix coverage visualization parser (each component has each own parser, which, probably, also should be fixed);
There is a bug in Klever sources parser, which affects error traces and coverages visualization. In case of "nested" comments of type
//*
Klever uses "internal" one (/*
), which is wrong. As a result such visualization misleads the users. In order to correct it, the following fixes are required: