68697831b8ac21f74d0ac2511e345c8428488314
Files Diff
- Added: 10
- Removed: 6
- Renamed: 0
- Modified: 37
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public newMapVoid(identifier byte, serverPort int, endpoints InetSocketAddress...) : T renamed to public newMapDummyValue(identifier byte, serverPort int, endpoints InetSocketAddress...) : T in class net.openhft.chronicle.map.Builder | From | To | |
| Move Method | 3 | ||
| Move Method public toBytes() : Access<Bytes> from class net.openhft.chronicle.hash.hashing.Accesses to public toBytes() : Access<Bytes> from class net.openhft.chronicle.hash.hashing.Access | From | To | |
| Move Method public unsafe() : Access<T> from class net.openhft.chronicle.hash.hashing.Accesses to public unsafe() : Access<T> from class net.openhft.chronicle.hash.hashing.Access | From | To | |
| Move Method public toByteBuffer() : Access<ByteBuffer> from class net.openhft.chronicle.hash.hashing.Accesses to public toByteBuffer() : Access<ByteBuffer> from class net.openhft.chronicle.hash.hashing.Access | From | To | |
| Move Class | 2 | ||
| Move Class net.openhft.chronicle.set.DummyValue moved to net.openhft.chronicle.hash.serialization.internal.DummyValue | From | To | |
| Move Class net.openhft.chronicle.set.DummyValueMarshaller moved to net.openhft.chronicle.hash.serialization.internal.DummyValueMarshaller | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type map3 : ChronicleMap<Integer,Void> to map3 : ChronicleMap<Integer,DummyValue> in class net.openhft.chronicle.map.TCPSocketReplication3VoidValueTest | From | To | |
| Change Attribute Type map2 : ChronicleMap<Integer,Void> to map2 : ChronicleMap<Integer,DummyValue> in class net.openhft.chronicle.map.TCPSocketReplication3VoidValueTest | From | To | |
| Change Attribute Type map1 : ChronicleMap<Integer,Void> to map1 : ChronicleMap<Integer,DummyValue> in class net.openhft.chronicle.map.TCPSocketReplication3VoidValueTest | From | To |