Changelog Report

Timeframe: 30 days, Total Commits: 8 Total Number of Files Changed: 95

DateAuthorFile/Message
2005-05-25 21:25:42Laurent Brucher

src/java/net/sf/collections15/CollectionUtils.java v 1.1

src/java/net/sf/collections15/collection/TransformedCollection.java v 1.1

src/java/net/sf/collections15/collection/UnmodifiableBoundedCollection.java v 1.1

src/java/net/sf/collections15/collection/UnmodifiableCollection.java v 1.1

added
2005-05-25 21:25:25Laurent Brucher

src/java/net/sf/collections15/collection/PredicatedCollection.java v 1.2

src/java/net/sf/collections15/list/AbstractLinkedList.java v 1.2

src/java/net/sf/collections15/list/LazyList.java v 1.2

src/java/net/sf/collections15/list/PredicatedList.java v 1.2

Fix w/ generic wildcards
2005-05-25 09:18:10Laurent Brucher

project.xml v 1.8

updated developper timezone info
2005-05-25 08:52:03Laurent Brucher

src/java/net/sf/collections15/iterators/package.html v 1.3

removed broken link
2005-05-25 08:44:02Laurent Brucher

src/java/net/sf/collections15/collection/package.html v 1.1

src/java/net/sf/collections15/iterators/package.html v 1.2

src/java/net/sf/collections15/keyvalue/package.html v 1.1

src/java/net/sf/collections15/list/package.html v 1.1

Added/updated package.html info
2005-05-25 08:21:51Laurent Brucher

project.xml v 1.7

src/test/net/sf/collections15/AbstractTestArrayList.java v 1.1

src/test/net/sf/collections15/TestAll.java v 1.2

src/test/net/sf/collections15/TestAllPackages.java v 1.2

src/test/net/sf/collections15/TestArrayList.java v 1.2

src/test/net/sf/collections15/TestArrayStack.java v 1.2

src/test/net/sf/collections15/collection/TestAll.java v 1.2

src/test/net/sf/collections15/comparators/TestAll.java v 1.4

src/test/net/sf/collections15/functors/TestAll.java v 1.2

src/test/net/sf/collections15/iterators/TestAll.java v 1.2

src/test/net/sf/collections15/list/AbstractTestLinkedList.java v 1.1

src/test/net/sf/collections15/list/AbstractTestList.java v 1.2

src/test/net/sf/collections15/list/TestAbstractLinkedList.java v 1.2

src/test/net/sf/collections15/list/TestAll.java v 1.2

src/test/net/sf/collections15/list/TestCursorableLinkedList.java v 1.2

src/test/net/sf/collections15/list/TestNodeCachingLinkedList.java v 1.2

Removed TestAllxxx classes in favor of maven rule. Renamed 2 abstract test classes that started with 'Test'
2005-05-07 08:33:38Laurent Brucher

project.xml v 1.6

src/test/net/sf/collections15/TestAll.java v 1.1

src/test/net/sf/collections15/TestAllPackages.java v 1.1

src/test/net/sf/collections15/collection/TestAll.java v 1.1

src/test/net/sf/collections15/comparators/TestAll.java v 1.3

src/test/net/sf/collections15/functors/TestAll.java v 1.1

src/test/net/sf/collections15/functors/closure/TestClosureUtils.java v 1.10

src/test/net/sf/collections15/iterators/TestAll.java v 1.1

src/test/net/sf/collections15/list/TestAll.java v 1.1

Add test suites to selectively include test classes
2005-05-03 22:45:37chrislambrou

.cvsignore v 1.8

data/test/ArrayStack.emptyCollection.version1.obj v 1.1

data/test/ArrayStack.fullCollection.version1.obj v 1.1

data/test/CursorableLinkedList.emptyCollection.version1.obj v 1.1

data/test/CursorableLinkedList.fullCollection.version1.obj v 1.1

data/test/FixedSizeList.emptyCollection.version3.1.obj v 1.1

data/test/FixedSizeList.fullCollection.version3.1.obj v 1.1

data/test/HashBag.emptyCollection.version3.obj v 1.1

data/test/HashBag.fullCollection.version3.obj v 1.1

data/test/NodeCachingLinkedList.emptyCollection.version3.obj v 1.1

data/test/NodeCachingLinkedList.fullCollection.version3.obj v 1.1

data/test/PredicatedList.emptyCollection.version3.1.obj v 1.1

data/test/PredicatedList.fullCollection.version3.1.obj v 1.1

data/test/SetUniqueList.emptyCollection.version3.1.obj v 1.1

data/test/SetUniqueList.fullCollection.version3.1.obj v 1.1

data/test/SynchronizedList.emptyCollection.version3.1.obj v 1.1

data/test/SynchronizedList.fullCollection.version3.1.obj v 1.1

data/test/UnmodifiableList.emptyCollection.version3.1.obj v 1.1

data/test/UnmodifiableList.fullCollection.version3.1.obj v 1.1

src/java/net/sf/collections15/ArrayStack.java v 1.1

src/java/net/sf/collections15/collection/AbstractCollectionDecorator.java v 1.1

src/java/net/sf/collections15/collection/AbstractSerializableCollectionDecorator.java v 1.1

src/java/net/sf/collections15/collection/PredicatedCollection.java v 1.1

src/java/net/sf/collections15/collection/SynchronizedCollection.java v 1.1

src/java/net/sf/collections15/iterators/AbstractIteratorDecorator.java v 1.1

src/java/net/sf/collections15/iterators/AbstractListIteratorDecorator.java v 1.1

src/java/net/sf/collections15/list/AbstractLinkedList.java v 1.1

src/java/net/sf/collections15/list/AbstractListDecorator.java v 1.2

src/java/net/sf/collections15/list/CursorableLinkedList.java v 1.1

src/java/net/sf/collections15/list/FixedSizeList.java v 1.1

src/java/net/sf/collections15/list/LazyList.java v 1.1

src/java/net/sf/collections15/list/NodeCachingLinkedList.java v 1.1

src/java/net/sf/collections15/list/PredicatedList.java v 1.1

src/java/net/sf/collections15/list/SetUniqueList.java v 1.1

src/java/net/sf/collections15/list/SynchronizedList.java v 1.1

src/java/net/sf/collections15/list/TreeList.java v 1.1

src/java/net/sf/collections15/list/TypedList.java v 1.1

src/java/net/sf/collections15/list/UnmodifiableList.java v 1.2

src/java/net/sf/collections15/set/AbstractSerializableSetDecorator.java v 1.1

src/java/net/sf/collections15/set/AbstractSetDecorator.java v 1.1

src/java/net/sf/collections15/set/UnmodifiableSet.java v 1.1

src/test/net/sf/collections15/AbstractTestObject.java v 1.3

src/test/net/sf/collections15/TestArrayList.java v 1.1

src/test/net/sf/collections15/TestArrayStack.java v 1.1

src/test/net/sf/collections15/collection/AbstractTestCollection.java v 1.1

src/test/net/sf/collections15/list/AbstractTestList.java v 1.1

src/test/net/sf/collections15/list/TestAbstractLinkedList.java v 1.1

src/test/net/sf/collections15/list/TestCursorableLinkedList.java v 1.1

src/test/net/sf/collections15/list/TestFixedSizeList.java v 1.1

src/test/net/sf/collections15/list/TestNodeCachingLinkedList.java v 1.1

src/test/net/sf/collections15/list/TestPredicatedList.java v 1.1

src/test/net/sf/collections15/list/TestSetUniqueList.java v 1.1

src/test/net/sf/collections15/list/TestSynchronizedList.java v 1.1

src/test/net/sf/collections15/list/TestTreeList.java v 1.1

src/test/net/sf/collections15/list/TestTypedList.java v 1.1

src/test/net/sf/collections15/list/TestUnmodifiableList.java v 1.1

Lots of new code from Laurent Brucher