[root]/statsvn/src/net/sf/statcvs/output
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 163 (100.0%) | 2268 (100.0%) | 13.9 |
Benoit Xhenseval | 82 (50.3%) | 928 (40.9%) | 11.3 |
Jean-Philippe Daigle | 32 (19.6%) | 712 (31.4%) | 22.2 |
Jason Kealey | 25 (15.3%) | 461 (20.3%) | 18.4 |
Gunter Mussbacher | 24 (14.7%) | 167 (7.4%) | 6.9 |
Move to net.sf.statsvn
0 lines of code changed in 29 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.
347 lines of code changed in 21 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.
133 lines of code changed in 16 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.
448 lines of code changed in 16 files:
- version 0.1.2
- patch to be XHTML compliant.
15 lines of code changed in 3 files:
Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1
31 lines of code changed in 4 files:
errors found by klocwork inforce
15 lines of code changed in 4 files:
Bug 34: refactoring the bugzilla integration a bit to implement the new WebBugtrackerIntegration interface. No functional change.
22 lines of code changed in 3 files:
removed useless import
0 lines of code changed in 1 file:
renamed viewcvs to viewvc everywhere except Ant task.
19 lines of code changed in 4 files:
Adding support for -bugzilla option
20 lines of code changed in 3 files:
Bug 5 first attempt: authentication parameters
46 lines of code changed in 2 files:
got rid of cvsweb and fixed broken tests for repository integration
0 lines of code changed in 1 file:
bug 24 chora web repository integration; chora doesn't seem to support deleted files as of yet, so the links do not work, but diff/view works great!
45 lines of code changed in 2 files:
now saving xml files by default in $HOME/.statsvn/
18 lines of code changed in 2 files:
now saving xml files by default in the directory where statsvn.jar resides
24 lines of code changed in 1 file:
fixed bug 10: now saving xml files to a directory specified by command line arguments
34 lines of code changed in 2 files:
Bug 23: Now supporting ViewCVS.
Removed command line arguments for Chora and CVSweb. Filing new bug for support of Chora, since it supports Subversion.
24 lines of code changed in 2 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:
bug 2: getRevision(filename): make efficient
305 lines of code changed in 1 file:
fixed display bug on index.html (br is not shown anymore)
1 lines of code changed in 1 file:
changed CVS to SVN in properties and results page
1 lines of code changed in 1 file:
removed another @version@ string
1 lines of code changed in 1 file:
Fixed bug with root folder causing problems. All filenames must not be prefixed by /
1 lines of code changed in 1 file:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
89 lines of code changed in 17 files:
Initial statcvs project import
624 lines of code changed in 24 files: