[root]/statsvn/src/net/sf/statcvs/renderer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 75 (100.0%) | 719 (100.0%) | 9.5 |
Benoit Xhenseval | 43 (57.3%) | 400 (55.6%) | 9.3 |
Jean-Philippe Daigle | 18 (24.0%) | 251 (34.9%) | 13.9 |
Jason Kealey | 8 (10.7%) | 41 (5.7%) | 5.1 |
Gunter Mussbacher | 6 (8.0%) | 27 (3.8%) | 4.5 |
Move to net.sf.statsvn
0 lines of code changed in 16 files:
Fixed some checkstyle issues (using final wherever possible, hence a few changes...)
Introduced constants and rename final static method in upper case (was inconsistent).
Also there were a few inconsistencies in the use of { on the same line as for or if.
Re-ordered private/static/final keywords to follow java standard (e.g. private static final...)
I hope this is ok.
219 lines of code changed in 13 files:
Replaced string concatenation with StringBuffer
Added a few final on constructor parameters.
Fixed a few FindBugs/PMD/Checkstyle.
Added a site navigation file for Maven.
125 lines of code changed in 11 files:
First cut for the refactored html/xdoc generation.
Use the new command line parameter -format xdoc|html (html by default).
When xdoc is used and NO css is provided, it will use the objectlab-statcvs-xdoc.css which is now part of StatSvn.
This checkin also resurrect the Maven build.
56 lines of code changed in 3 files:
- version 0.1.2
- patch to be XHTML compliant.
7 lines of code changed in 2 files:
Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1
29 lines of code changed in 5 files:
Bug 34: refactoring the bugzilla integration a bit to implement the new WebBugtrackerIntegration interface. No functional change.
5 lines of code changed in 1 file:
Adding support for -bugzilla option
2 lines of code changed in 3 files:
* Added some serial ids to serializable classes.
* added utility methods to go from [relative, absolute, url] to [relative, absolute, url]
* deprecated a few files
* Bug 1: added test suite to make sure they work as intended. need to test in the field, but behaviour is now easy to track.
5 lines of code changed in 1 file:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
27 lines of code changed in 6 files:
Initial statcvs project import
244 lines of code changed in 14 files: