Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Bug path events are not shown in the correct order #8

Closed dkrupp closed 8 years ago

dkrupp commented 8 years ago

Events in the bug path windows should be shown in the sequence of the execution flow. The order of events should be the same as shown in the web user interface.

See for example bzip2recover.c , malloc bug in line 506