[root]/statsvn/src/net/sf/statcvs/util
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 143 (100.0%) | 4668 (100.0%) | 32.6 |
Jason Kealey | 66 (46.2%) | 3812 (81.7%) | 57.7 |
Benoit Xhenseval | 51 (35.7%) | 361 (7.7%) | 7.0 |
Gunter Mussbacher | 7 (4.9%) | 271 (5.8%) | 38.7 |
Jean-Philippe Daigle | 19 (13.3%) | 224 (4.8%) | 11.7 |
Move to net.sf.statsvn
0 lines of code changed in 22 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.
297 lines of code changed in 16 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.
64 lines of code changed in 13 files:
- version 0.1.2
- patch to be XHTML compliant.
2 lines of code changed in 1 file:
svn --version was not working in other languages. this patch makes it work even in traditional chinese
(reported by Tedkie Chan)
1 lines of code changed in 1 file:
Version bug found by: Douglas John Culnane
1 lines of code changed in 1 file:
better error messages
3 lines of code changed in 2 files:
Patch by Benoit Xhenseval (benoitx)
Better error message instead of cryptic: 'Invalid svn info xml; unable to find revision or url'
498 lines of code changed in 1 file:
bug 18: propget on deleted binary files now works, even if it is not used.
Now throwing error when message is in standard out AND error stream. Previous tests had shown the error was on the error stream, but now it is shown on the standard out.
21 lines of code changed in 2 files:
bug 31: removed useless import
0 lines of code changed in 1 file:
bug 18: fixed issue with calling getCurrentLine() instead of nextline().
tested: when network fails, bubbles up an IOException such as "svn: can't write to connection: An existing connection was forcibly closed by the remote host".
needs to be tested on server that prevents DoS, but the IOException needs to be handled to try and continue and persist any information that was acquired
1 lines of code changed in 1 file:
bug 31: had forgotten a process creation
8 lines of code changed in 1 file:
bug 31: centralize how we execute other processes.
bug 18: helping persistence of binary status by bubbling up BinaryDiffException
142 lines of code changed in 6 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.
554 lines of code changed in 2 files:
Bug 5 first attempt: authentication parameters
11 lines of code changed in 4 files:
bug 15: svn.log is filled with entries in other branches, even if not relevant to current working folder.
35 lines of code changed in 1 file:
converting dates in svn log into local timezone
92 lines of code changed in 1 file:
use repository uuid instead of repository url for naming of lineCounts xml files
15 lines of code changed in 1 file:
Better javadoc for SvnVersionMismatchException.
5 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.
38 lines of code changed in 1 file:
now all revisions of a path are saved under the same path in lineCounts.xml; a revision with only property changes is now correctly interpreted as 0 0 instead of -1 -1
8 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:
Added JavaDoc and did a bit of cleaning in the net.sf.statcvs.util package.
629 lines of code changed in 6 files:
Added the SVN $Id$ keyword property.
8 lines of code changed in 15 files:
deletion and addition bugs: major improvement
310 lines of code changed in 2 files:
now using same query for diff and now returns errorstream if it exists.
22 lines of code changed in 1 file:
0 line diffs are legal.
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advanced.props.special.keywords
12 lines of code changed in 1 file:
Bugs 13, 14, 17, 18, 20, 22: Solved following DevDocDeletionMitigationPlan
289 lines of code changed in 1 file:
Made a few things a bit more robust.
6 lines of code changed in 1 file:
Bug 16: check version of svn executable before attempting to generate reports.
39 lines of code changed in 2 files:
Bugs 18, 19 and 20: commit requires code-review.
better support for deleted / binary files.
15 lines of code changed in 1 file:
bug 9: resolved
7 lines of code changed in 1 file:
bug 9: diff on deleted files (not finished yet)
62 lines of code changed in 1 file:
* 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.
294 lines of code changed in 3 files:
Used new ConfigurationOptions.getCheckedOutDirectoryAsFile() instead.
3 lines of code changed in 2 files:
removed useless comments
26 lines of code changed in 1 file:
bug 2: getRevision(filename): make efficient
281 lines of code changed in 1 file:
bug 2: getRevision(filename): make efficient
113 lines of code changed in 3 files:
removed path to svn command - it should always be in your $PATH
2 lines of code changed in 1 file:
refactored file handlers, added LineCountsBuilder, svn diff is now not used if line counts exist in the xml file
31 lines of code changed in 1 file:
(7 more)