Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

When a soure file changed, the "results in the current file" frame contains the results from the old file too #135

Open dkrupp opened 10 months ago

dkrupp commented 10 months ago

In the "results of the current file" tab, only the reports of the currently in focus file should be shown unless the report traverses multiple source files. Today it shows also the previously opened file too.

image

dkrupp commented 10 months ago

We tested this and the results from the old file remains in teh window only if a reproduction step is active in that file.

dkrupp commented 10 months ago

Maybe the ux should be improved...