| In general I prefer a combined view, like it is done by old CppCheck plugin. This shows all warnings in on table, bug highlight rows (green => fixes, red => new, white => not changed). This is a view I really miss here, especially this plugin generates a new warning if only line number changed (e.g. if you have 5 warnings and add or remove a line before these warnings, this plugins shows 5 fixed and 5 new warnings, during old CppCheck plugin count this as not changed). With combined view of all 3 categories (new, fixed, outstanding) it would be much easier to see, which new warnings were only generated because of changed lines. And of course this would allow interacting with the diagrams . |