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 57c934843 Merge branch 'master' of 
https://ggreg...@gitbox.apache.org/repos/asf/commons-collections
     new 91bc42e7f Fix PMD UnnecessaryFullyQualifiedName in CollectionUtils
     new 3c7d82156 Fix PMD UnnecessaryFullyQualifiedName in MapUtils
     new fe4fff6ab Fix PMD UnnecessaryFullyQualifiedName in PredicateUtils
     new 89f734136 Fix PMD UnnecessaryFullyQualifiedName in TransformerUtils
     new 7880a99f5 Fix PMD UnnecessaryFullyQualifiedName in DefaultEquator
     new 8c1939abc Fix PMD UnnecessaryFullyQualifiedName in AbstractHashedMap
     new a68b8ab03 Fix PMD UnnecessaryFullyQualifiedName in StringKeyAnalyzer
     new 941a9ff4b Format nits
     new 1fe47c017 Fix PMD UnnecessaryFullyQualifiedName in IndexUtils
     new b604cd4c9 Fix PMD UnnecessaryFullyQualifiedName in AbstractLinkedMap
     new 520fe0c7a Fix PMD UnnecessaryFullyQualifiedName in LinkIterator
     new 69d5e72e5 Fix PMD UnnecessaryFullyQualifiedName in ReferenceMapIterator
     new 876144244 Fix PMD UnnecessaryFullyQualifiedName in CaseInsensitiveMap
     new 37f68320a Sort UnnecessaryFullyQualifiedName entries
     new 77c25370a Fix PMD UselessOverridingMethod in 
PropertiesFactory.EmptyProperties
     new 545fe4030 Bump org.apache.commons:commons-parent from 69 to 70

The 16 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:
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            | 15 ++++++++++++-
 .../commons/collections4/CollectionUtils.java      | 10 ++++-----
 .../org/apache/commons/collections4/MapUtils.java  |  2 +-
 .../commons/collections4/PredicateUtils.java       |  6 +++---
 .../commons/collections4/TransformerUtils.java     |  2 +-
 .../collections4/bloomfilter/IndexUtils.java       |  2 +-
 .../collections4/functors/DefaultEquator.java      |  2 +-
 .../collections4/map/AbstractHashedMap.java        | 16 ++++++++------
 .../collections4/map/AbstractLinkedMap.java        | 12 +++++------
 .../collections4/map/AbstractReferenceMap.java     |  6 +++---
 .../collections4/map/CaseInsensitiveMap.java       |  2 +-
 .../collections4/properties/PropertiesFactory.java | 25 ----------------------
 .../trie/analyzer/StringKeyAnalyzer.java           |  4 ++--
 14 files changed, 49 insertions(+), 57 deletions(-)

Reply via email to