[root]/tests-src/net/sf/statcvs
input
(27 files, 1855 lines)
model
(7 files, 991 lines)
output
(2 files, 364 lines)
pages
(2 files, 59 lines)
renderer
(2 files, 244 lines)
xml
(0 files, 0 lines)
reportmodel
(2 files, 222 lines)
util
(6 files, 859 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 80 (100.0%) | 10.0 |
lukasz | 2 (25.0%) | 76 (95.0%) | 38.0 |
cyganiak | 6 (75.0%) | 4 (5.0%) | 0.6 |
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
1 lines of code changed in:
Removed the XMLTableRenderer, wasn't used anyway
0 lines of code changed in:
added XMLTableRenderer; new dependancy on jdom.jar (not yet added to the developer lib download)
1 lines of code changed in:
refactoring of the time series charts
- new TimeSeries class in the reportmodel package
- TimeSeriesChart renders a time series to a PNG image
- FileCountTimeSeriesReport creates a TimeSeries for file count
- AvgFileSizeTimeSeriesReport creates a TimeSeries for average file size
- removed FileCountIterator and FCChart
1 lines of code changed in:
Started to implement [ 634897 ] links to cvsweb
- first added ViewCVS support, CVSweb will come later
- new command line switch "-viewcvs <url>"
1 lines of code changed in:
made checkstyle happy
0 lines of code changed in:
License changed to LGPL
13 lines of code changed in:
Move all test classes out of their directories into the
new test dircetory test-src
63 lines of code changed in: