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 433229f Sort members. new c534839 Format tweaks. Consistently use 'this.' in ctors. new f95c852 Use final. new 38c36b5 Sort methods in AB order. new 4d6946c Cast to long to workaround a bug in animal-sniffer. new c665cdb Fix formatting. new 9fd0804 Javadoc. The 6 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 | 228 +++++------ .../bloomfilter/BitSetBloomFilter.java | 68 ++-- .../collections4/bloomfilter/BloomFilter.java | 74 ++-- .../bloomfilter/CountingBloomFilter.java | 102 ++--- .../bloomfilter/HasherBloomFilter.java | 46 +-- .../collections4/bloomfilter/SetOperations.java | 130 +++--- .../bloomfilter/hasher/DynamicHasher.java | 177 ++++---- .../bloomfilter/hasher/HashFunction.java | 5 +- .../bloomfilter/hasher/HashFunctionIdentity.java | 66 +-- .../hasher/HashFunctionIdentityImpl.java | 16 +- .../collections4/bloomfilter/hasher/Hasher.java | 50 +-- .../collections4/bloomfilter/hasher/Shape.java | 227 +++++------ .../bloomfilter/hasher/StaticHasher.java | 76 ++-- .../bloomfilter/hasher/function/MD5Cyclic.java | 26 +- .../hasher/function/Murmur128x86Cyclic.java | 26 +- .../hasher/function/Murmur32x86Iterative.java | 24 +- .../hasher/function/ObjectsHashIterative.java | 16 +- .../bloomfilter/AbstractBloomFilterTest.java | 444 ++++++++++----------- .../bloomfilter/BitSetBloomFilterTest.java | 64 +-- .../bloomfilter/CountingBloomFilterTest.java | 206 +++++----- .../bloomfilter/DefaultBloomFilterMethodsTest.java | 20 +- .../bloomfilter/HasherBloomFilterTest.java | 20 +- .../bloomfilter/SetOperationsTest.java | 282 ++++++------- .../bloomfilter/hasher/CommonComparatorTest.java | 42 +- .../bloomfilter/hasher/DeepComparatorTest.java | 42 +- .../hasher/DynamicHasherBuilderTest.java | 36 +- .../bloomfilter/hasher/DynamicHasherTest.java | 24 +- .../hasher/HashFunctionIdentityImplTest.java | 16 +- .../collections4/bloomfilter/hasher/ShapeTest.java | 412 +++++++++---------- .../bloomfilter/hasher/StaticHasherTest.java | 200 +++++----- 30 files changed, 1585 insertions(+), 1580 deletions(-)