[root]/statsvn/src/net/sf/statcvs/model
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 198 (100.0%) | 4.9 |
Benoit Xhenseval | 22 (55.0%) | 81 (40.9%) | 3.6 |
Gunter Mussbacher | 8 (20.0%) | 69 (34.8%) | 8.6 |
Jean-Philippe Daigle | 10 (25.0%) | 48 (24.2%) | 4.8 |
Move to net.sf.statsvn
0 lines of code changed in 13 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.
78 lines of code changed in 8 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.
3 lines of code changed in 1 file:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
69 lines of code changed in 8 files:
Initial statcvs project import
48 lines of code changed in 10 files: