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

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


    from d5bf768  [COLLECTIONS-748] Let 
org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML 
input.
     new a3e2ea2  Remove methods from the javadoc that are not implemented.
     new 28b3810  Eliminate extra lines.
     new 2a0e867  Remove javadoc from override method.
     new 82273e9  Added orCardinality to BitSetBloomFilter.
     new 5f70948  Remove whitespace around parentheses.
     new b377f59  Remove extra lines.
     new fa02826  Remove unthrown exception from test setup().
     new 373a241  Removed invalid javadoc.
     new 4033ff6  Test code clean-up.
     new 1f17189  Remove unthrown exception.
     new 7aaf396  Correct test javadoc headers.
     new d31ebdd  Javadoc clean-up.

The 12 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:
 .../bloomfilter/AbstractBloomFilter.java           |  11 +-
 .../bloomfilter/BitSetBloomFilter.java             |  22 +-
 .../collections4/bloomfilter/BloomFilter.java      |   4 -
 .../bloomfilter/CountingBloomFilter.java           |  19 +-
 .../bloomfilter/HasherBloomFilter.java             |   1 -
 .../collections4/bloomfilter/SetOperations.java    |   1 -
 .../bloomfilter/hasher/DynamicHasher.java          |   2 -
 .../bloomfilter/hasher/HashFunction.java           |   2 -
 .../bloomfilter/hasher/HashFunctionIdentity.java   |  48 +++--
 .../hasher/HashFunctionIdentityImpl.java           |   5 +-
 .../collections4/bloomfilter/hasher/Hasher.java    |   5 +-
 .../collections4/bloomfilter/hasher/Shape.java     |   5 +-
 .../bloomfilter/hasher/function/MD5Cyclic.java     |   1 -
 .../hasher/function/Murmur128x86Cyclic.java        |   2 -
 .../hasher/function/ObjectsHashIterative.java      |   1 -
 .../bloomfilter/AbstractBloomFilterTest.java       |   5 +-
 .../bloomfilter/BitSetBloomFilterTest.java         |   7 +-
 .../bloomfilter/CountingBloomFilterTest.java       | 239 +++++++++------------
 .../bloomfilter/DefaultBloomFilterMethodsTest.java |   5 +-
 .../bloomfilter/HasherBloomFilterTest.java         |   9 +-
 .../bloomfilter/SetOperationsTest.java             |  24 +--
 .../bloomfilter/hasher/CommonComparatorTest.java   |   9 +-
 .../bloomfilter/hasher/DeepComparatorTest.java     |   9 +-
 .../hasher/DynamicHasherBuilderTest.java           |   9 +-
 .../bloomfilter/hasher/DynamicHasherTest.java      |  11 +-
 .../hasher/HashFunctionIdentityImplTest.java       |  10 +-
 .../collections4/bloomfilter/hasher/ShapeTest.java |  13 +-
 .../bloomfilter/hasher/StaticHasherTest.java       |  12 +-
 .../bloomfilter/hasher/function/MD5CyclicTest.java |   2 -
 .../hasher/function/Murmur128x86CyclicTest.java    |   2 -
 .../hasher/function/Murmur32x86IterativeTest.java  |   2 -
 .../hasher/function/ObjectsHashIterativeTest.java  |   4 +-
 32 files changed, 184 insertions(+), 317 deletions(-)

Reply via email to