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

Sort checkers in the ReportListView #64

Open whisperity opened 8 years ago

whisperity commented 8 years ago

Preliminary question: What does the #123 supposed to mean in front of a file in the ReportListView? I don't think I really need some numbers which are just seemingly a database ID key.

Results in the ReportListView should be sorted in a more human-friendly manner instead of some default order the database/Thrift gives us.

I think the following order should be sufficient:

  1. Sort the base directories (checker "categories" or "families") in alphabetical order
  2. Sort the checkers in the same category in alphabetical order
  3. Sort the files in a given checker based on the file's name.