This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


    from e572c5444 Fix AbstractDualBidiMap.MapEntry.setValue returning new 
value (#711)
     new 6eb1ecc87 Sort members.
     new 110e7d1d3 Fix AbstractDualBidiMap.MapEntry.setValue returning new 
value (#711).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  1 +
 .../commons/collections4/list/SetUniqueList.java   | 30 ++++----
 .../commons/collections4/set/ListOrderedSet.java   | 30 ++++----
 .../commons/collections4/ClosureUtilsTest.java     | 54 +++++++-------
 .../commons/collections4/bag/AbstractBagTest.java  | 40 +++++-----
 .../commons/collections4/bag/HashBagTest.java      | 26 +++----
 .../bloomfilter/SetOperationsTest.java             | 52 ++++++-------
 .../collections4/list/SetUniqueListTest.java       | 24 +++---
 .../collections4/map/CaseInsensitiveMapTest.java   | 24 +++---
 .../commons/collections4/map/CompositeMapTest.java | 32 ++++----
 .../map/ConcurrentHashMapSanityTest.java           | 22 +++---
 .../commons/collections4/map/HashedMapTest.java    | 34 ++++-----
 .../commons/collections4/map/LRUMapTest.java       | 24 +++---
 .../commons/collections4/map/LinkedMapTest.java    | 20 ++---
 .../collections4/map/ListOrderedMapTest.java       | 20 ++---
 .../collections4/map/ReferenceIdentityMapTest.java | 24 +++---
 .../multimap/AbstractMultiValuedMapTest.java       | 36 ++++-----
 .../multiset/AbstractMultiSetTest.java             | 86 +++++++++++-----------
 .../collections4/multiset/HashMultiSetTest.java    | 36 ++++-----
 .../collections4/multiset/TreeMultiSetTest.java    | 20 ++---
 .../properties/OrderedPropertiesTest.java          | 28 +++----
 .../collections4/queue/CircularFifoQueueTest.java  | 80 ++++++++++----------
 .../commons/collections4/set/CompositeSetTest.java | 46 ++++++------
 .../collections4/set/ListOrderedSetTest.java       | 18 ++---
 24 files changed, 404 insertions(+), 403 deletions(-)

Reply via email to