[root]/statsvn/src/net/sf/statcvs
ant
(0 files, 0 lines)
input
(0 files, 0 lines)
model
(0 files, 0 lines)
output
(0 files, 0 lines)
renderer
(0 files, 0 lines)
reportmodel
(0 files, 0 lines)
reports
(0 files, 0 lines)
util
(0 files, 0 lines)
web-files
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 302 (100.0%) | 7.5 |
Gunter Mussbacher | 6 (15.0%) | 92 (30.5%) | 15.3 |
Jean-Philippe Daigle | 11 (27.5%) | 89 (29.5%) | 8.0 |
Benoit Xhenseval | 10 (25.0%) | 74 (24.5%) | 7.4 |
Jason Kealey | 13 (32.5%) | 47 (15.6%) | 3.6 |
Move to net.sf.statsvn
0 lines of code changed in 7 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.
55 lines of code changed in 2 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.
19 lines of code changed in 1 file:
- version 0.1.2
- patch to be XHTML compliant.
1 lines of code changed in 1 file:
Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1
4 lines of code changed in 2 files:
1580913 - NPE on statsvn run when author name is null
1 lines of code changed in 1 file:
errors found by klocwork inforce
5 lines of code changed in 1 file:
renamed viewcvs to viewvc everywhere except Ant task.
1 lines of code changed in 1 file:
bug 12: some work towards re-integrating input layer level tests
wrote a fixture that helps run statsvn without having to connect to the server, using files.
26 lines of code changed in 1 file:
Fixed usage message to reflect -bugzilla option
1 lines of code changed in 1 file:
Bug 5 first attempt: authentication parameters
7 lines of code changed in 1 file:
Bug 16: check that "repository root" information is available from the "svn info" command. (A 1.3+ feature.)
Fail on startup if not available.
1 lines of code changed in 1 file:
bug 29: refactor: calls to Svn*Utils should pass by RepositoryFileManager
1 lines of code changed in 1 file:
reverted back to original state.
2 lines of code changed in 1 file:
fixed » problem
2 lines of code changed in 1 file:
Bug 16: check version of svn executable before attempting to generate reports.
10 lines of code changed in 1 file:
finished parsing of svn diff (per file): now assigns added/removed lines to the correct revision
5 lines of code changed in 1 file:
added parsing of svn diff (per revision is commented out, per file is enabled)
73 lines of code changed in 1 file:
changed CVS to SVN in properties and results page
4 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:
first attempts at the XML parser
6 lines of code changed in 2 files:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
4 lines of code changed in 1 file:
changed a few strings; added svn update/log to the build script.
3 lines of code changed in 2 files:
Initial statcvs project import
70 lines of code changed in 7 files: