[root]/statsvn/src/net/sf/statcvs/reportmodel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 106 (100.0%) | 2.4 |
Benoit Xhenseval | 30 (69.8%) | 56 (52.8%) | 1.8 |
Jean-Philippe Daigle | 12 (27.9%) | 48 (45.3%) | 4.0 |
Gunter Mussbacher | 1 (2.3%) | 2 (1.9%) | 2.0 |
Move to net.sf.statsvn
0 lines of code changed in 12 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.
47 lines of code changed in 10 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.
9 lines of code changed in 8 files:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
2 lines of code changed in 1 file:
Initial statcvs project import
48 lines of code changed in 12 files: