| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| Michael Franken | 15 (100,0%) | 124 (100,0%) | 222 (100,0%) | 8,27 |
| Date | Author | File/Message |
|---|---|---|
| 6-11-05 23:56 | Michael Franken | fixed possible classcastexceptions by using DocumentColection instead of a FilesystemCollection
(1 Files changed,
3 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.10
(+3
-2)
|
| 6-11-05 23:25 | Michael Franken | switched to using AbstractDependencyInjectionSpringContextTests
(1 Files changed,
15 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.9
(+15
-13)
|
| 15-5-05 22:13 | Michael Franken | updated tests
(1 Files changed,
14 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.8
(+14
-1)
|
| 11-5-05 0:43 | Michael Franken | renamed Collection to FileSystemCollection
(1 Files changed,
6 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.7
(+6
-6)
|
| 19-3-05 1:39 | Michael Franken | implemented 'automatic' detection of extractors and analyzers on classpath. Initial user.home indexed.
(1 Files changed,
3 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.6
(+3
-3)
|
| 9-3-05 16:28 | Michael Franken | updated testcases
(2 Files changed,
7 Lines changed) test/org/zilverline/dao/TestDataSource.java 1.3 removed test/org/zilverline/dao/TestCollectionDAO.java 1.5
(+7
-6)
|
| 7-3-05 21:55 | Michael Franken | refactored indexing into IndexService, adapted tests
(1 Files changed,
9 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.4
(+9
-1)
|
| 2-2-05 0:18 | Michael Franken | updated tests after refactoring
(2 Files changed,
16 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.3
(+1
-0)
test/org/zilverline/dao/TestDataSource.java 1.2
(+15
-24)
|
| 31-1-05 21:35 | Michael Franken | replacing hsql/hibernate with xstream dao support
(1 Files changed,
6 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.2
(+6
-27)
|
| 26-1-05 8:08 | Michael Franken | refactored all 'indirect setters and getters' of Collection into one with 'WithManagerDefaults' in the name
(2 Files changed,
119 Lines changed) test/org/zilverline/dao/TestCollectionDAO.java 1.1 added 119 test/org/zilverline/dao/CollectionDAOTest.java 1.2 removed |
| 25-1-05 11:59 | Michael Franken | updated tests after introuctin of DAOs
(2 Files changed,
24 Lines changed) test/org/zilverline/dao/TestDataSource.java 1.1 added test/org/zilverline/dao/CollectionDAOTest.java 1.1 added |