Menu

#66 Include simple 'count' stats for classes.

open
nobody
None
5
2009-02-09
2009-02-09
Anonymous
No

It would be nice of the class level report page and/or the package level page included (as well as 'Line Coverage', 'Branch Coverage' and 'Complexity') some simple counts for the classes:

- number of constructors.
- number of public/protected/package/private methods.

Possibly also:

- number of fields (of each access level).
- number of imports.

It would be especially useful if these were sortable columns.

This information is useful when doing code reviews.

Discussion