Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 192 (100.0%) | 5562 (100.0%) | 28.9 |
src/net/sf/statcvs/model/ | 129 (67.2%) | 4530 (81.4%) | 35.1 |
src/net/sf/statcvs/output/ | 8 (4.2%) | 532 (9.6%) | 66.5 |
src/net/sf/statcvs/input/ | 34 (17.7%) | 268 (4.8%) | 7.8 |
src/net/sf/statcvs/util/ | 5 (2.6%) | 164 (2.9%) | 32.8 |
src/net/sf/statcvs/ | 6 (3.1%) | 61 (1.1%) | 10.1 |
tests-src/net/sf/statcvs/input/ | 1 (0.5%) | 4 (0.1%) | 4.0 |
tests-src/net/sf/statcvs/model/ | 1 (0.5%) | 2 (0.0%) | 2.0 |
src/net/sf/statcvs/renderer/ | 4 (2.1%) | 1 (0.0%) | 0.2 |
src/net/sf/statcvs/gui/ | 4 (2.1%) | 0 (0.0%) | 0.0 |
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:
I moved getAbsoluteName from RepsoitoryFileManager into FileUtils and made it available as a static method.
21 lines of code changed in:
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:
-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:
- 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:
Added a little comment how branching works in cvs
7 lines of code changed in:
did some checkstyle
54 lines of code changed in:
deleted directory-mini.jpg
0 lines of code changed in:
beautified the html tree
162 lines of code changed in:
tree tabulator request inserted
53 lines of code changed in:
- added subtree rendering for each module
357 lines of code changed in:
NOLOG
24 lines of code changed in:
- 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:
- added cvs tree rendering for the html index page
44 lines of code changed in:
- added method CvsModule.getDepth() which returns the depth beginning with 0 of the module
- tests for this method
50 lines of code changed in:
- added method CvsModule.getFather()
- commented CvsTree and CvsModule
72 lines of code changed in:
the tree iterator iterates now over the hole tree or over a sub tree
75 lines of code changed in:
*** keyword substitution change ***
81 lines of code changed in:
added some functions which i need for the CvsTreeIterator. But they arent used yet
12 lines of code changed in:
The tests for the CvsModule.getName() method
15 lines of code changed in:
(40 more)