fixed jcoverage properties
2 lines of code changed in 1 file:
removed funny characters
0 lines of code changed in 1 file:
added maven build files
170 lines of code changed in 2 files:
missing check on null added
5 lines of code changed in 1 file:
added missing null check
4 lines of code changed in 1 file:
Oops, there was one more dependency on ConfigurationOptions in FileUtils.
16 lines of code changed in 6 files:
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:
renamed RevisionData.get/setRevision to get/setRevisionNumber and get/setAuthorName to get/setLoginName
93 lines of code changed in 8 files:
simplified handling of binary files
18 lines of code changed in 1 file:
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:
test the assertion that revisions can be added to a file in any order
16 lines of code changed in 1 file:
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:
modified Directory to a SortedSet based implementation
39 lines of code changed in 3 files:
- 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:
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:
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:
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:
- moved DummyRepositoryFileManager from model to input
- added some tests for model.Directory class
144 lines of code changed in 5 files:
removed dependency on input package
31 lines of code changed in 1 file:
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:
bugfix: length() is undefined for directories; mkdirs() is better than mkdir() (reported by squig)
3 lines of code changed in 1 file:
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:
removed dependency on ConfigurationOptions from Builder
18 lines of code changed in 3 files:
- added CvsContent.getCommits()
- moved CommitListBuilder from model to input
- changed users of CommitListBuilder to use getCommits
365 lines of code changed in 13 files: