You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/17 19:38:18 UTC

svn commit: r1469004 [1/11] - in /commons/proper/collections/trunk: ./ src/main/java/org/apache/commons/collections/ src/main/java/org/apache/commons/collections/bag/ src/main/java/org/apache/commons/collections/bidimap/ src/main/java/org/apache/common...

Author: tn
Date: Wed Apr 17 17:37:03 2013
New Revision: 1469004

URL: http://svn.apache.org/r1469004
Log:
[COLLECTIONS-452] Change package to o.a.c.collections4.

Added:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ArrayStack.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ArrayStack.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Bag.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Bag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/BagUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BagUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/BidiMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/BoundedCollection.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BoundedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/BoundedMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BoundedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Closure.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Closure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ClosureUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ClosureUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/CollectionUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/CollectionUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ComparatorUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ComparatorUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/EnumerationUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/EnumerationUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Factory.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Factory.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FactoryUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/FactoryUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FunctorException.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/FunctorException.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Get.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Get.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/IterableGet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableGet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/IterableMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/IterableSortedMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableSortedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/IteratorUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IteratorUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/KeyValue.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/KeyValue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ListUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MapIterator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MapIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MapUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MapUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MultiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/OrderedBidiMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/OrderedIterator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/OrderedMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/OrderedMapIterator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedMapIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Predicate.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Predicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/PredicateUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/PredicateUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Put.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Put.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/QueueUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/QueueUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ResettableIterator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ResettableIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ResettableListIterator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ResettableListIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/SetUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SetUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/SortedBag.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/SortedBidiMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SortedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/SplitMapUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SplitMapUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Transformer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Transformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/TransformerUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/TransformerUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Trie.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Trie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/TrieUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/TrieUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Unmodifiable.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Unmodifiable.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bidimap/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/collection/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/BooleanComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ComparableComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ComparatorChain.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/NullComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ReverseComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/TransformingComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/sequence/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/iterators/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/iterators/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/keyvalue/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/keyvalue/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/list/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/list/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/
      - copied from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/overview.html
      - copied unchanged from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/overview.html
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/AbstractQueueDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/CircularFifoQueue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/PredicatedQueue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/TransformedQueue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/UnmodifiableQueue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/queue/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSerializableSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/CompositeSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/CompositeSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/ListOrderedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/MapBackedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/PredicatedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/PredicatedSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/TransformedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/TransformedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/TransformedSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/UnmodifiableSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/set/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedMap.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/TransformedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/AbstractKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/AbstractKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/AbstractTrie.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/AbstractTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/ByteArrayKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ByteArrayKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/ByteKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ByteKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/CharArrayKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/CharArrayKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/CharacterKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/CharacterKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/IntegerKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/IntegerKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/KeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/LongKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/LongKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/PatriciaTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/PatriciaTrieBase.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/PatriciaTrieBase.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/ShortKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ShortKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/StringKeyAnalyzer.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/StringKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/SynchronizedTrie.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/SynchronizedTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/UnmodifiableTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/package-info.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/package-info.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractArrayListTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractLinkedListTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractObjectTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractTreeMapTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/ArrayStackTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ArrayStackTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/BagUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/BagUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/BulkTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/BulkTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ClosureUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/CollectionUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/EnumerationUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/FactoryUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/IteratorUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/ListUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ListUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/MapPerformance.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MapPerformance.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/MapUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MapUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/MockTestCase.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MockTestCase.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/PredicateUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/SetUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/SetUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/SplitMapUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/TestUtils.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TestUtils.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TransformerUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/bag/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bidimap/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/bidimap/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/collection/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/AbstractComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/AbstractNullComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/BooleanComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ComparableComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ComparatorChainTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/FixedOrderComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ReverseComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/TransformingComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/comparators/sequence/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/sequence/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/functors/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/functors/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/iterators/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/iterators/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/keyvalue/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/keyvalue/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/list/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/overview.html
      - copied unchanged from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/overview.html
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/CircularFifoQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/PredicatedQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/TransformedQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java
      - copied, changed from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/UnmodifiableQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/set/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/set/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/splitmap/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/splitmap/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/
      - copied from r1468597, commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/trie/
    commons/proper/collections/trunk/src/test/resources/data/test/ArrayStack.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ArrayStack.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/BooleanComparator.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CaseInsensitiveMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CaseInsensitiveMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ComparableComparator.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ComparatorChain.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeCollection.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeCollection.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CursorableLinkedList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/CursorableLinkedList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DefaultedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DefaultedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualHashBidiMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualHashBidiMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.emptyCollection.version4.Test2.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.fullCollection.version4.Test2.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeSortedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeSortedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/Flat3Map.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/Flat3Map.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/GrowthList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/GrowthList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/HashBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/HashBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/HashedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/HashedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LRUMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LRUMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LazyMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LazyMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LazySortedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LazySortedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LinkedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/LinkedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MapBackedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MapBackedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MultiKeyMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MultiKeyMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MultiValueMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/MultiValueMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/NodeCachingLinkedList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/NodeCachingLinkedList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/NullComparator.version4.obj1   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/NullComparator.version4.obj2   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedCollection.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedCollection.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceIdentityMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceIdentityMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/ReverseComparator.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SetUniqueList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SetUniqueList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SingletonMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SingletonMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SynchronizedCollection.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/SynchronizedCollection.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedCollection.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedCollection.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSplitMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSplitMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBag.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBag.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableCollection.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableCollection.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableList.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableList.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableOrderedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableOrderedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedMap.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedMap.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedSet.emptyCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedSet.fullCollection.version4.obj   (with props)
    commons/proper/collections/trunk/src/test/resources/org/apache/commons/collections4/
      - copied from r1468597, commons/proper/collections/trunk/src/test/resources/org/apache/commons/collections/
Removed:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ArrayStack.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Bag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BagUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BoundedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BoundedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Closure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ClosureUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/CollectionUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ComparatorUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/EnumerationUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Factory.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/FactoryUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/FunctorException.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Get.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableGet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IterableSortedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/IteratorUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/KeyValue.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ListUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MapIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MapUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/MultiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/OrderedMapIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Predicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/PredicateUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Put.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/QueueUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ResettableIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ResettableListIterator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SetUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SortedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/SplitMapUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Transformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/TransformerUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Trie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/TrieUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/Unmodifiable.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bidimap/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/collection/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/BooleanComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ComparableComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ComparatorChain.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/NullComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ReverseComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/TransformingComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/sequence/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/iterators/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/keyvalue/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/list/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/overview.html
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/queue/
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSerializableSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/CompositeSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/ListOrderedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/MapBackedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/PredicatedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/PredicatedSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/TransformedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/TransformedSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/UnmodifiableSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/set/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/TransformedMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/splitmap/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/AbstractKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/AbstractTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ByteArrayKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ByteKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/CharArrayKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/CharacterKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/IntegerKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/KeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/LongKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/PatriciaTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/PatriciaTrieBase.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/ShortKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/StringKeyAnalyzer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/SynchronizedTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/UnmodifiableTrie.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/trie/package-info.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractArrayListTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractLinkedListTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractObjectTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractTreeMapTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ArrayStackTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/BagUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/BulkTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ClosureUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/CollectionUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/EnumerationUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/FactoryUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/IteratorUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/ListUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MapPerformance.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MapUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/MockTestCase.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/PredicateUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/SetUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/SplitMapUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TestUtils.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TransformerUtilsTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/bag/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/bidimap/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/AbstractComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/AbstractNullComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/BooleanComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ComparableComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ComparatorChainTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/FixedOrderComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/ReverseComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/TransformingComparatorTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/comparators/sequence/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/functors/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/iterators/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/keyvalue/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/list/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/overview.html
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/CircularFifoQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/PredicatedQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/TransformedQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/queue/UnmodifiableQueueTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/set/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/splitmap/
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/trie/
    commons/proper/collections/trunk/src/test/resources/data/test/ArrayStack.emptyCollection.version1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ArrayStack.fullCollection.version1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/BooleanComparator.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CaseInsensitiveMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CaseInsensitiveMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ComparableComparator.version2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ComparatorChain.version2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeCollection.emptyCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeCollection.fullCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeMap.emptyCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeMap.fullCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeSet.emptyCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/CompositeSet.fullCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DefaultedMap.emptyCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DefaultedMap.fullCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualHashBidiMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualHashBidiMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.emptyCollection.version3.Test2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.fullCollection.version3.Test2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/DualTreeBidiMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeList.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeList.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeSortedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/FixedSizeSortedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/Flat3Map.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/Flat3Map.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/GrowthList.emptyCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/GrowthList.fullCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/HashBag.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/HashBag.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/HashedMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/HashedMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LRUMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LRUMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LazyMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LazyMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LazySortedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LazySortedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LinkedMap.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/LinkedMap.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ListOrderedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MapBackedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MapBackedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MultiKeyMap.emptyCollection.version4.0.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MultiKeyMap.fullCollection.version4.0.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MultiValueMap.emptyCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/MultiValueMap.fullCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/NodeCachingLinkedList.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/NodeCachingLinkedList.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/NullComparator.version2.obj1
    commons/proper/collections/trunk/src/test/resources/data/test/NullComparator.version2.obj2
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedBag.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedBag.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedCollection.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedCollection.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedList.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedList.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedBag.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedBag.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/PredicatedSortedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceIdentityMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceIdentityMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ReferenceMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/ReverseComparator.version2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SequencedHashMap.emptyCollection.version2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SequencedHashMap.fullCollection.version2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SetUniqueList.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SetUniqueList.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SingletonMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SingletonMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SynchronizedCollection.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/SynchronizedCollection.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedBag.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedBag.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedCollection.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedCollection.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedList.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedList.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.emptyCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedMap.fullCollection.version3.2.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedBag.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedBag.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TransformedSortedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBag.emptyCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBag.fullCollection.version3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBidiMap.emptyCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/TreeBidiMap.fullCollection.version3.3.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableCollection.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableCollection.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableList.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableList.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableOrderedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableOrderedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedMap.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedMap.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedSet.emptyCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/data/test/UnmodifiableSortedSet.fullCollection.version3.1.obj
    commons/proper/collections/trunk/src/test/resources/org/apache/commons/collections/
Modified:
    commons/proper/collections/trunk/findbugs-exclude-filter.xml
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/HashBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/TreeBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bag/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualHashBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/AbstractUntypedCollectionDecorator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/CommandVisitor.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/DeleteCommand.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/EditCommand.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/EditScript.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/InsertCommand.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/KeepCommand.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/ReplacementsFinder.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/ReplacementsHandler.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/SequencesComparator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/Snake.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/comparators/sequence/package-info.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/AndPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ClosureTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/Equator.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ExceptionClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ExceptionFactory.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ExceptionTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/FactoryTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/FalsePredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/ForClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/IdentityPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/IfClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/InstanceofPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/MapTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NOPClosure.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NOPTransformer.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NotNullPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NotPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NullIsExceptionPredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NullIsFalsePredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NullIsTruePredicate.java
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/functors/NullPredicate.java

[... 267 lines stripped ...]