[root]/src/net/sf/statcvs/model
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 570 (100.0%) | 14502 (100.0%) | 25.4 |
cyganiak | 314 (55.1%) | 6551 (45.2%) | 20.8 |
manschu | 129 (22.6%) | 4530 (31.2%) | 35.1 |
lukasz | 98 (17.2%) | 2202 (15.2%) | 22.4 |
jkealey | 10 (1.8%) | 922 (6.4%) | 92.2 |
squig | 4 (0.7%) | 201 (1.4%) | 50.2 |
jentzsch | 14 (2.5%) | 91 (0.6%) | 6.5 |
farkas | 1 (0.2%) | 5 (0.0%) | 5.0 |
SymbolicNames can have an explicit date. Needed for StatSVN.
18 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
13 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.
922 lines of code changed in:
merged parsing of entries file and symbolic names patch [#910508]
201 lines of code changed in:
Package descriptions for Javadoc
14 lines of code changed in:
Fixed lots of Eclipse warnings, mostly Javadoc related
6 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(...)".
92 lines of code changed in:
lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup
178 lines of code changed in:
modified Directory to a SortedSet based implementation
20 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
68 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
17 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
147 lines of code changed in:
refactoring: moving more CVS-specific stuff (clustering of revisions into commits) from model.Commit to input.CommitListBuilder; some other changes in Commit
37 lines of code changed in:
- moved DummyRepositoryFileManager from model to input
- added some tests for model.Directory class
2 lines of code changed in:
- added CvsContent.getCommits()
- moved CommitListBuilder from model to input
- changed users of CommitListBuilder to use getCommits
25 lines of code changed in:
refactoring: moved FilesLocComparator and FilesRevisionCountComparator from model to report package
3 lines of code changed in:
refactoring: removed RevisionIterator and everything related (yay!)
13 lines of code changed in:
refactoring: replaced CvsContent.getRevisionIterator() by CvsContent.getRevisions()
2 lines of code changed in:
refactoring: removed RevisionSortIterator
0 lines of code changed in:
refactoring: removed RevisionIteratorSummary
0 lines of code changed in:
(177 more)