[root]/statcvs/tests-src/net/sf/statcvs/reportmodel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 373 (100.0%) | 93.2 |
Richard Cyganiak | 2 (50.0%) | 222 (59.5%) | 111.0 |
Benoit Xhenseval | 2 (50.0%) | 151 (40.5%) | 75.5 |
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...
151 lines of code changed in 2 files:
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
222 lines of code changed in 2 files: