This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from c14799965 Reuse Objects.equals() in org.apache.commons.collections4.map
new 38f134617 Reuse Objects.equals() in
org.apache.commons.collections4.list
new de4b7f8bb EqualPredicate.test(Object) should return true if the
parameter is the same object as given the constructor
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/bidimap/AbstractDualBidiMap.java | 2 +-
.../apache/commons/collections4/bidimap/TreeBidiMap.java | 10 +++++-----
.../collections4/functors/ConstantTransformer.java | 3 ++-
.../commons/collections4/functors/EqualPredicate.java | 15 ++++++++-------
.../commons/collections4/keyvalue/AbstractMapEntry.java | 6 +++---
.../commons/collections4/keyvalue/DefaultKeyValue.java | 5 +++--
.../commons/collections4/keyvalue/TiedMapEntry.java | 6 +++---
.../commons/collections4/functors/EqualPredicateTest.java | 5 ++++-
9 files changed, 30 insertions(+), 23 deletions(-)