[root]/statcvs/tests-src/net/sf/statcvs
input
(28 files, 1867 lines)
model
(7 files, 988 lines)
output
(2 files, 336 lines)
pages
(2 files, 96 lines)
renderer
(2 files, 240 lines)
reportmodel
(2 files, 218 lines)
util
(6 files, 846 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 106 (100.0%) | 11.7 |
Lukasz Pekacki | 2 (22.2%) | 76 (71.7%) | 38.0 |
Benoit Xhenseval | 1 (11.1%) | 26 (24.5%) | 26.0 |
Richard Cyganiak | 6 (66.7%) | 4 (3.8%) | 0.6 |
Done an Eclipse cleanUp in order to reduce number of warnings by FindBugs / Checkstyle / PMD tools.
Sorry if it is looking like a massive change...
26 lines of code changed in 1 file:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
1 lines of code changed in 1 file:
Removed the XMLTableRenderer, wasn't used anyway
0 lines of code changed in 1 file:
added XMLTableRenderer; new dependancy on jdom.jar (not yet added to the developer lib download)
1 lines of code changed in 1 file:
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 1 file:
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 1 file:
made checkstyle happy
0 lines of code changed in 1 file:
License changed to LGPL
13 lines of code changed in 1 file:
Move all test classes out of their directories into the
new test dircetory test-src
63 lines of code changed in 1 file: