[root]/tests-src/net/sf/statcvs/util
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 1045 (100.0%) | 47.5 |
cyganiak | 16 (72.7%) | 654 (62.6%) | 40.8 |
lukasz | 5 (22.7%) | 376 (36.0%) | 75.2 |
jkealey | 1 (4.5%) | 15 (1.4%) | 15.0 |
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
0 lines of code changed in:
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.
15 lines of code changed in:
Changed LookaheadReader to basically have java.util.Iterator semantics; parser and tests updated accordingly. This also fixes the infinite loop when a log ends prematurely.
50 lines of code changed in:
- made first command line parameter (project name) optional
- module name will be retrieved from the logfile and used as default
- project name can be specified using new -title option
19 lines of code changed in:
implemented [ 597955 ] Specify filename filters for actual code
- FilePatternMatcher matches filenames against Ant-style wildcard patterns
- new -include <pattern-list> and -exclude <pattern-list> command line switches to specify which files should be included in the analysis
239 lines of code changed in:
moved some generic stuff from Builder to FileUtils and CvsLogUtils
91 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
177 lines of code changed in:
lots of refactorings and fixes
- tried to untangle creation process for pages and charts
- replaced LinesOfCodeIterator by LOCSeriesBuilder
- better handling of very small and empty repositories
- more stuff
9 lines of code changed in:
Minor code review tasks.
Added some javadocs
Fixed some unhandled Exceptions
20 lines of code changed in:
- Commit log: Improved escaping of CVS comments for HTML output
- new method OutputUtils.escapeHtml(String)
- added 100th unit test :-)
69 lines of code changed in:
License changed to LGPL
26 lines of code changed in:
Move all test classes out of their directories into the
new test dircetory test-src
330 lines of code changed in: