[root]/statcvs/src/net/sf/statcvs/reportmodel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 2093 (100.0%) | 48.6 |
Richard Cyganiak | 23 (53.5%) | 1266 (60.5%) | 55.0 |
Benoit Xhenseval | 19 (44.2%) | 823 (39.3%) | 43.3 |
Jason Kealey | 1 (2.3%) | 4 (0.2%) | 4.0 |
Running FindBugs 1.3.9 against the code.
21 lines of code changed in 1 file:
Moved version to 0.5.0
Done a cleanUp too.
3 lines of code changed in 1 file:
Added suggestion from Muhammed Nasrullah for a 12m rolling Developers report.
3 lines of code changed in 1 file:
Fixing FindBugs warnings / bugs.
4 lines of code changed in 1 file:
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...
741 lines of code changed in 14 files:
As per my email earlier today, I have reverted to using the login id for the CommitScatterChart (full names would overlap too easily).
So, in order to show the relationship between an author real name and an author id, I have added a column "Author Id" on the Developers page only,
which is the page containing the scatter diagram.
51 lines of code changed in 1 file:
Refactoring to reduce the tunneling of configuration options through the static ConfigurationOptions class. Instead, a ReportConfig object is now widely passed around and has getters for most of the options.
13 lines of code changed in 1 file:
- Repository.getSymbolicNames() now returns only those matching ConfigurationOptions.getSymbolicNamesPattern()
- Added Repository.getHead() special symbolic name
- Show repository tags in commit log
- Add table with all tags to index page
53 lines of code changed in 1 file:
Refactoring of StatCVS so that StatSVN can properly extend it.
Added StatSVN features: bugzilla integration, viewvc integration, xdoc export
Many thanks to Benoit Xhenseval for refactoring both StatCVS and StatSVN and providing xdoc support.
4 lines of code changed in 1 file:
Fixed lots of Eclipse warnings, mostly Javadoc related
3 lines of code changed in 1 file:
several fixes for -d logs
4 lines of code changed in 1 file:
minor comment change (new TODO)
3 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
360 lines of code changed in 3 files:
added "Files with most revisions" table to FileSizesPage
14 lines of code changed in 1 file:
- seperated the ChangesAndLinesTableReport into individual TableReport classes for each table type
- added Largest Files table
- small cleanups
51 lines of code changed in 1 file:
fixed javadoc warnings
9 lines of code changed in 1 file:
small refactorings, externalizing strings etc.
4 lines of code changed in 1 file:
refactored all code that accessed authors by name; now the Author object is used everywhere
122 lines of code changed in 4 files:
major rewrite of all table related stuff
- new package reportmodel for data containers
- new package reports for reports
630 lines of code changed in 7 files: