Task #64159 has been updated.
Project: Community Sports Management System
Subproject: Community
Summary: Improve checkstyle pages
Complete: 5%
Status: None
Authority : rgardler
Assigned to: rgardler
Description: It would be nice to have a total count of errors on the checkstyle summary report and the names of files on the summary report should link to that section on the detail report.
Follow-Ups:
-------------------------------------------------------
Date: 2004-03-31 19:42
By: rgardler
Comment:
One day I will return to this project, but too busy now.
-------------------------------------------------------
Date: 2002-11-20 13:15
By: rgardler
Comment:
See also RFE's on Centipede:
https://sourceforge.net/tracker/index.php?func=detail&aid=632367&group_id=36516&atid=423518
and
https://sourceforge.net/tracker/index.php?func=detail&aid=629069&group_id=36516&atid=423518
-------------------------------------------------------
Date: 2002-10-21 12:10
By: rgardler
Comment:
A separate report page which reports errors by category rather than by file would also be useful.
For example, we could classigy errors as:
javadoc errors
refactoring requriements
style errors
Thiis would allow developers to quickly see what is the most important stuff to fix. This infomration can be summarised on the summary page as well and a "code quality" rating can be calculated with a formula such as:
((Average # javadoc errors * 5) + (average # refactoring requirements * 4) + (average # style errors)) / 10
This means that javadoc errors are given a higher rating than refactoring requirements and refactoring requirements are given a much higher rating than style errors when calculating the "quality rating"
-------------------------------------------------------
Date: 2002-10-19 12:27
By: rgardler
Comment:
The summary page does not indicate which packages have errors and it should.
There should also be a link to a page that describes the coding standards in use.
-------------------------------------------------------
Date: 2002-10-19 12:18
By: rgardler
Comment:
Total number of errors is being printed, although it is is not obvious. We need a summary table showing the following data:
Total Number of errors
Total Number of classes
Average errors per class
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=64159&group_id=65029&group_project_id=23939
|