[root]/tests-src/net/sf/statcvs/output
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 752 (100.0%) | 31.3 |
cyganiak | 22 (91.7%) | 702 (93.4%) | 31.9 |
jkealey | 1 (4.2%) | 30 (4.0%) | 30.0 |
squig | 1 (4.2%) | 20 (2.7%) | 20.0 |
Refactoring of StatCVS so that StatSVN can properly extend it.
Added StatSVN features: bugzilla integration, viewvc integration, xdoc export
Many thanks to Benoit Xhenseval for refactoring both StatCVS and StatSVN and providing xdoc support.
30 lines of code changed in:
Support CVSweb URLs with ?cvsroot parameter
30 lines of code changed in:
merged parsing of entries file and symbolic names patch [#910508]
20 lines of code changed in:
Added support for ViewCVS installations with query parameters in the URL, e.g. ?cvsroot=foobar. Thanks to Steffen Pingel and Don Coleman for patches.
30 lines of code changed in:
Added factory methods for CvsRevisions to CvsFile. Revisions are no longer created by calling "new CvsRevision(file, ...)" but like "file.addInitialRevision(...)".
29 lines of code changed in:
- made DirectoryRoot and DirectoryImpl package private
- added public Directory.createRoot and Directory.createSubdirectory methods
- more minor cleanups in Directory classes
4 lines of code changed in:
Removed CvsFile.isInAttic(); instead, the Builder provides a method getAtticFileNames(). The idea is to keep CVS internals out of the model package. Also added CvsFile.compareTo
26 lines of code changed in:
Removed CvsFile.isBinary(), this is now handled by the input package. The input package now creates files/revisions with 0 lines for binary files.
Many changes to CvsRevision:
- replaced all line count related methods by new ones with cleaner semantics
- renamed some more methods
- changed the line count related constructor arguments to cleaner semantics
3 lines of code changed in:
removed dependency on input package
31 lines of code changed in:
removed another dependency on ConfigurationOptions from the input package by passing the include and exclude file patterns directly to the Builder
3 lines of code changed in:
refactoring: made CvsRevision (almost) immutable, concentrated lots of logic in Builder.createFile
34 lines of code changed in:
refactoring: revision list moved from CvsFile constructor to CvsFile.addRevision
11 lines of code changed in:
- more small changes to Builder
- removed dependency of CvsFile on RepositoryFileManager (Good Thing!)
3 lines of code changed in:
heavy refactoring of the input package
- rewrote CvsRevisionParser to get rid of its state machine design
- added LookaheadReader which allows reading the same line multiple times
- moved much responsibility from the parser classes to Builder
- parser classes now look much more similiar to each other
3 lines of code changed in:
Heavy refactoring in the input module. The idea is to turn the Builder class into a layer between the input and the model. This would make changes to the model less costly, and will make it possible to replace the current input strategy.
3 lines of code changed in:
refactorings in CvsFile, removed some unused code
16 lines of code changed in:
small refactorings, externalizing strings etc.
18 lines of code changed in:
more refactorings around the Directory class; incorporated functionality of CvsModule and CvsTree into Directory
11 lines of code changed in:
introduced Directory object, marked all accesses to directories/modules through Strings as deprecated
23 lines of code changed in:
added/fixed some unit tests for yesterday's changes
255 lines of code changed in:
(1 more)