[root]/statsvn/tests-src/net/sf/statcvs/input
samplefiles
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 97 (100.0%) | 738 (100.0%) | 7.6 |
Jason Kealey | 22 (22.7%) | 309 (41.9%) | 14.0 |
Jean-Philippe Daigle | 27 (27.8%) | 180 (24.4%) | 6.6 |
Benoit Xhenseval | 39 (40.2%) | 137 (18.6%) | 3.5 |
Gunter Mussbacher | 9 (9.3%) | 112 (15.2%) | 12.4 |
Move tests to net.sf.statsvn
0 lines of code changed in 28 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.
136 lines of code changed in 10 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.
1 lines of code changed in 1 file:
errors found by klocwork inforce
6 lines of code changed in 2 files:
fixed existing tests that were broken; patched some code, removed some irrelevant tests.
55 lines of code changed in 3 files:
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.
202 lines of code changed in 5 files:
bug 27: refactor: Builder.getFileBuilders() - partial work only.
5 lines of code changed in 1 file:
bug 30: refactor: SvnLogfileParser casts SvnLogBuilder to Builder
10 lines of code changed in 1 file:
bug 29: refactor: calls to Svn*Utils should pass by RepositoryFileManager
6 lines of code changed in 1 file:
Added JavaDoc and did a bit of cleaning in the net.sf.statcvs.input package.
14 lines of code changed in 5 files:
Re-formatted input package classes.
Removed the old FileBlockParser now that our alpha works.
Preparing for major code-cleanup and documentation.
6 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.
4 lines of code changed in 1 file:
added parsing of svn diff (per revision is commented out, per file is enabled)
5 lines of code changed in 1 file:
inefficient code to get a working hello world
1 lines of code changed in 1 file:
first attempts at the XML parser
8 lines of code changed in 1 file:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
99 lines of code changed in 7 files:
Initial statcvs project import
180 lines of code changed in 27 files: