[root]/src/net/sf/statcvs/input
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 307 (100.0%) | 5328 (100.0%) | 17.3 |
cyganiak | 194 (63.2%) | 4366 (81.9%) | 22.5 |
lukasz | 49 (16.0%) | 339 (6.4%) | 6.9 |
manschu | 34 (11.1%) | 268 (5.0%) | 7.8 |
squig | 6 (2.0%) | 242 (4.5%) | 40.3 |
jkealey | 4 (1.3%) | 54 (1.0%) | 13.5 |
farkas | 6 (2.0%) | 42 (0.8%) | 7.0 |
jentzsch | 14 (4.6%) | 17 (0.3%) | 1.2 |
Re-instated messages for log out-of-sync issues, but now as info not warning
9 lines of code changed in:
No longer needed
0 lines of code changed in:
Refactoring to reduce the tunneling of configuration options through the static ConfigurationOptions class. Instead, a ReportConfig object is now widely passed around and has getters for most of the options.
10 lines of code changed in:
- Repository.getSymbolicNames() now returns only those matching ConfigurationOptions.getSymbolicNamesPattern()
- Added Repository.getHead() special symbolic name
- Show repository tags in commit log
- Add table with all tags to index page
22 lines of code changed in:
Bugfix: NPE with initially dead files (regression)
5 lines of code changed in:
Improved reporting of missing CVS metadata and out-of-sync state
26 lines of code changed in:
- show warning if specified log is not for specified working copy
- show warning if log and/or working copy need updating
50 lines of code changed in:
Warn when all files were rejected by an (overly broad?) include/exclude pattern (bug 1146204)
34 lines of code changed in:
Cope with empty log file instead of aborting. Deprecated EmptyRepositoryException, it is no longer used by StatCVS.
11 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.
54 lines of code changed in:
- Buildfile builds classes for Java 1.4
- Fixed some Javadoc warnings
7 lines of code changed in:
Fixed #1172753: StatCVS fails to parse CVSROOT logs
4 lines of code changed in:
merged parsing of entries file and symbolic names patch [#910508]
242 lines of code changed in:
Ignore case of login names in log (Bug 880397)
6 lines of code changed in:
The new log date format still caused problems on some JREs. This should fix it.
4 lines of code changed in:
Package descriptions for Javadoc
16 lines of code changed in:
Fixed lots of Eclipse warnings, mostly Javadoc related
18 lines of code changed in:
Fixed Bug 999617. No more warnings with the "Stab" and "Rel" states. Thanks to Erol Kutay for his analysis.
5 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.
82 lines of code changed in:
Added support for the new CVS date format
15 lines of code changed in:
(118 more)