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 2cbac58  Remove empty line.
     new 0040869  Fixtypo for BloomfilterTest
     new f157196  Merge branch 'dota17-fixtypoForBloomfilterTest'
     new a34da7b  DefaultBloomFilterMethodsTest: Correct javadoc for internal 
test class
     new bbee9fb  Update Hasher.Builder.
     new 39aef59  Optimise DynamicHasher iterator.

The 5 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/hasher/DynamicHasher.java          |  88 +++++++++-------
 .../collections4/bloomfilter/hasher/Hasher.java    |  44 ++++++--
 .../bloomfilter/ArrayCountingBloomFilterTest.java  |   2 +-
 .../bloomfilter/DefaultBloomFilterMethodsTest.java |   2 +-
 .../bloomfilter/HasherBloomFilterTest.java         |   4 +-
 .../hasher/DynamicHasherBuilderTest.java           |  60 +++++++----
 .../bloomfilter/hasher/DynamicHasherTest.java      |  11 +-
 ...torTest.java => HashFunctionValidatorTest.java} |   2 +-
 .../bloomfilter/hasher/HasherBuilderTest.java      | 111 +++++++++++++++++++++
 .../bloomfilter/hasher/StaticHasherTest.java       |  18 ++--
 10 files changed, 260 insertions(+), 82 deletions(-)
 rename 
src/test/java/org/apache/commons/collections4/bloomfilter/hasher/{HashFuctionValidatorTest.java
 => HashFunctionValidatorTest.java} (99%)
 create mode 100644 
src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java

Reply via email to