8a2ec36df247ca0b8177f976a966ad3ad99bb776
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 2
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
net.openhft:lang:6.6.0 | |
net.openhft:zero-allocation-hashing:0.2 | |
Updated | |
From io.vertx:vertx-core 2.1.1 To 3.0.0-SNAPSHOT | |
From io.vertx:vertx-core 3.0.0-SNAPSHOT To 2.1.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type bits : int to bits : long in method private indexes(bytes byte[], numHashes int, bits long) : long[] in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Return Type | 2 | ||
Change Return Type int[] to long[] in method private indexes(bytes byte[], numHashes int, bits long) : long[] in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Return Type int to long in method public size() : long in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Rename Class | 1 | ||
Rename Class net.kuujo.copycat.util.internal.Bytes renamed to net.kuujo.copycat.util.internal.Buffers | From | To | |
Change Variable Type | 3 | ||
Change Variable Type index : int to index : long in method public contains(bytes byte[]) : boolean in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Variable Type index : int to index : long in method public add(bytes byte[]) : boolean in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Variable Type h : int to h : long in method private indexes(bytes byte[], numHashes int, bits long) : long[] in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type bits : BitSet to bits : DirectBitSet in class net.kuujo.copycat.util.internal.BloomFilter | From | To | |
Change Attribute Type numBits : int to numBits : long in class net.kuujo.copycat.util.internal.BloomFilter | From | To |