[root]/statsvn/src/net/sf/statcvs/reports
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 56 (100.0%) | 157 (100.0%) | 2.8 |
Benoit Xhenseval | 31 (55.4%) | 58 (36.9%) | 1.8 |
Jean-Philippe Daigle | 13 (23.2%) | 56 (35.7%) | 4.3 |
Gunter Mussbacher | 12 (21.4%) | 43 (27.4%) | 3.5 |
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.
46 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.
12 lines of code changed in 10 files:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
43 lines of code changed in 12 files:
Initial statcvs project import
56 lines of code changed in 13 files: