Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 188 (100.0%) | 4099 (100.0%) | 21.8 |
statcvs/src/net/sf/statcvs/model/ | 129 (68.6%) | 3107 (75.8%) | 24.0 |
statcvs/src/net/sf/statcvs/output/ | 8 (4.3%) | 532 (13.0%) | 66.5 |
statcvs/src/net/sf/statcvs/input/ | 34 (18.1%) | 268 (6.5%) | 7.8 |
statcvs/src/net/sf/statcvs/util/ | 5 (2.7%) | 164 (4.0%) | 32.8 |
statcvs/src/net/sf/statcvs/ | 6 (3.2%) | 21 (0.5%) | 3.5 |
statcvs/tests-src/net/sf/statcvs/input/ | 1 (0.5%) | 4 (0.1%) | 4.0 |
statcvs/tests-src/net/sf/statcvs/model/ | 1 (0.5%) | 2 (0.0%) | 2.0 |
statcvs/src/net/sf/statcvs/renderer/ | 4 (2.1%) | 1 (0.0%) | 0.2 |
I renamed CvsLogParser into CvsLogfileParser because it's parsing a log file. I need that for a cvs interface.
113 lines of code changed in 5 files:
I moved getAbsoluteName from RepsoitoryFileManager into FileUtils and made it available as a static method.
21 lines of code changed in 2 files:
Added a method which deletes - if present - an ending dir separator from a given pathname. The separator is taken from the running system.
106 lines of code changed in 1 file:
-fixed a Bug which crashes statcvs with UTF keyword substitution (tnx for hint in the bugtracker)
- fixed the NullPointerException in CvsFileBlockParser
17 lines of code changed in 3 files:
- started to implement a files per module view in html
output but i'm to tired to finish it now
40 lines of code changed in 5 files:
Added a little comment how branching works in cvs
7 lines of code changed in 1 file:
did some checkstyle
54 lines of code changed in 1 file:
beautified the html tree
162 lines of code changed in 4 files:
tree tabulator request inserted
53 lines of code changed in 1 file:
- added subtree rendering for each module
357 lines of code changed in 1 file:
NOLOG
24 lines of code changed in 1 file:
- added picture directory-mini.jpg (test picture -replace with a better one)
- the index tree now renders fine
- restored an old method in FileUtils.java
19 lines of code changed in 2 files:
- added cvs tree rendering for the html index page
44 lines of code changed in 1 file:
- added method CvsModule.getDepth() which returns the depth beginning with 0 of the module
- tests for this method
50 lines of code changed in 3 files:
- added method CvsModule.getFather()
- commented CvsTree and CvsModule
72 lines of code changed in 3 files:
the tree iterator iterates now over the hole tree or over a sub tree
75 lines of code changed in 2 files:
*** keyword substitution change ***
81 lines of code changed in 19 files:
added some functions which i need for the CvsTreeIterator. But they arent used yet
12 lines of code changed in 1 file:
The tests for the CvsModule.getName() method
15 lines of code changed in 1 file:
added CvsModule.getName () method which returns the name of the module
without the path prefix
28 lines of code changed in 1 file:
(39 more)