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

ReportList all and current file seclude #29

Closed Locutus18 closed 8 years ago

Locutus18 commented 8 years ago

We should create TWO ReportList views

The two should be next to each other.

whisperity commented 8 years ago

An extra suggestion would be to colourise bugPathItems that is referring the current file opened. (So, e.g. the user can see if viewing the project report that the current file is referenced in another bug.)

For the currently open file's ReportList, we could programmatically remove the CheckerGroup/CheckerName layout by having the CheckerNames as first level entries in the tree. I don't think there's that much of a neccessity to group checkers for one particular file.

dkrupp commented 8 years ago

I agree that we don't need to branch the tree at checker package names such as: |-deadcode
|--deadcode.DeadStores

it could be simply -deadcode.DeadStores