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

Merge the bug path list into the Report List tree #22

Closed dkrupp closed 8 years ago

dkrupp commented 8 years ago

We do not need a separate window for the bug path list. Organize bug path list under report list similarly to how it is done in the CodeChecker web viewer.

Locutus18 commented 8 years ago

I believe this has been partially done, please see https://github.com/Locutus18/CodeCheckerEclipsePlugin/tree/b8917e5437dd28800fd4dea9b2763a62a1ad2f01 and check it.

@dutow @gyorb @Xazax-hun

dutow commented 8 years ago

Yes, that looks like a good starting point for this.

Just a few ideas based on the diff of the latest commit:

Locutus18 commented 8 years ago

@dutow

Fixes

Fixes

Viewer 1.1 : delete method because not longer used.