jmhofer / eCobertura

This is just a mirror of the bitbucket repo!
http://ecobertura.johoop.de
Eclipse Public License 1.0
17 stars 6 forks source link

Add ability to sort the coverage session results #6

Closed radaczynski closed 14 years ago

radaczynski commented 14 years ago

I would like to be able to sort the coverage session view by any column that is in the view.

jmhofer commented 14 years ago

Good idea. - I wonder how that would work together with the tree structure of the packages, however...

jmhofer commented 14 years ago

The next release will at least introduce a default alphabetic sorting of the view (which I thought had already worked)...

jmhofer commented 14 years ago

Alright, I implemented this completely, as it was easier than I first thought. - You can now sort by any column in the coverage session view, either ascending or descending. This will be in 0.9.7.

jmhofer commented 14 years ago

I close this, as it's in 0.9.7 and released.

mjviljan commented 13 years ago

When I try to sort the results by either line or branch coverage percentage, they are sorted based on the number (of lines or branches, i.e. the first column in each category). Should the sorting work on the percentage columns also?

(eCobertura version 0.9.8.201007202152; Eclipse version Helios, build 20100617-1415)