February 2004 Commit Log

Number of Commits:
24
Number of Active Developers:
3
Steffen Pingel 2004-02-23 14:41 Rev.: 1.2

fixed jcoverage properties

2 lines of code changed in 1 file:

Steffen Pingel 2004-02-23 14:40 Rev.: 1.2

removed funny characters

0 lines of code changed in 1 file:

Steffen Pingel 2004-02-23 14:28 Rev.: 1.1

added maven build files

170 lines of code changed in 2 files:

Anja Jentzsch 2004-02-21 17:51 Rev.: 1.43

missing check on null added

5 lines of code changed in 1 file:

Richard Cyganiak 2004-02-21 17:50 Rev.: 1.31

added missing null check

4 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 19:49

Oops, there was one more dependency on ConfigurationOptions in FileUtils.

16 lines of code changed in 6 files:

Richard Cyganiak 2004-02-20 19:32

Added factory methods for CvsRevisions to CvsFile. Revisions are no longer created by calling "new CvsRevision(file, ...)" but like "file.addInitialRevision(...)".

215 lines of code changed in 8 files:

Richard Cyganiak 2004-02-20 18:18

renamed RevisionData.get/setRevision to get/setRevisionNumber and get/setAuthorName to get/setLoginName

93 lines of code changed in 8 files:

Richard Cyganiak 2004-02-20 18:10 Rev.: 1.7

simplified handling of binary files

18 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 02:08 Rev.: 1.30

when WebRepositoryIntegration present, link deleted and re-added files to a view of the revision, instead of to a view of the diff

5 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 01:41 Rev.: 1.22

test the assertion that revisions can be added to a file in any order

16 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 01:33

lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup

239 lines of code changed in 19 files:

Richard Cyganiak 2004-02-19 23:31

modified Directory to a SortedSet based implementation

39 lines of code changed in 3 files:

Richard Cyganiak 2004-02-19 23:15

- made DirectoryRoot and DirectoryImpl package private
- added public Directory.createRoot and Directory.createSubdirectory methods
- more minor cleanups in Directory classes

116 lines of code changed in 13 files:

Richard Cyganiak 2004-02-19 22:23

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

212 lines of code changed in 18 files:

Richard Cyganiak 2004-02-18 19:00

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

421 lines of code changed in 30 files:

Richard Cyganiak 2004-02-17 21:40

refactoring: moving more CVS-specific stuff (clustering of revisions into commits) from model.Commit to input.CommitListBuilder; some other changes in Commit

126 lines of code changed in 5 files:

Richard Cyganiak 2004-02-17 18:37

- moved DummyRepositoryFileManager from model to input
- added some tests for model.Directory class

144 lines of code changed in 5 files:

Richard Cyganiak 2004-02-17 18:01 Rev.: 1.12

removed dependency on input package

31 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 17:54

removed another dependency on ConfigurationOptions from the input package by passing the include and exclude file patterns directly to the Builder

80 lines of code changed in 9 files:

Richard Cyganiak 2004-02-17 17:01 Rev.: 1.14

bugfix: length() is undefined for directories; mkdirs() is better than mkdir() (reported by squig)

3 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 15:02

removed DateUtils by inlining all its methods; it had a dependency on the Messages class which made re-use difficult.

43 lines of code changed in 4 files:

Richard Cyganiak 2004-02-17 14:52

removed dependency on ConfigurationOptions from Builder

18 lines of code changed in 3 files:

Richard Cyganiak 2004-02-17 06:55

- added CvsContent.getCommits()
- moved CommitListBuilder from model to input
- changed users of CommitListBuilder to use getCommits

365 lines of code changed in 13 files:

January 2004 »

Generated by StatCVS 0.5.0