95a0e1c4624f1b2f2061ebebb79910265e552d98
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 5 | ||
Move Method public wireIn(file MappedFile, offset long, supplier Function<Bytes,Wire>) : WireIn from class net.openhft.chronicle.wire.WireUtil to protected wireIn(file MappedFile, offset long) : WireIn from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Method public wireOut(bytes Bytes, supplier Function<Bytes,Wire>) : WireOut from class net.openhft.chronicle.wire.WireUtil to protected wireOut(bytes Bytes) : WireOut from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Method public wireIn(bytes Bytes, supplier Function<Bytes,Wire>) : WireIn from class net.openhft.chronicle.wire.WireUtil to protected wireIn(bytes Bytes) : WireIn from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Method public wireOut(file MappedFile, offset long, supplier Function<Bytes,Wire>) : WireOut from class net.openhft.chronicle.wire.WireUtil to protected wireOut(file MappedFile, offset long) : WireOut from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Method public waitForTheHeaderToBeBuilt(bytes Bytes) : void from class net.openhft.chronicle.wire.WireUtil to protected waitForTheHeaderToBeBuilt(bytes Bytes) : void from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Attribute | 5 | ||
Move Attribute public SPB_HEADER_USET : long from class net.openhft.chronicle.wire.WireUtil to public SPB_HEADER_USET : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Attribute public SPB_HEADER_BUILDING : long from class net.openhft.chronicle.wire.WireUtil to public SPB_HEADER_BUILDING : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Attribute public SPB_HEADER_BYTE_SIZE : long from class net.openhft.chronicle.wire.WireUtil to public SPB_HEADER_BYTE_SIZE : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Attribute public SPB_HEADER_BYTE : long from class net.openhft.chronicle.wire.WireUtil to public SPB_HEADER_BYTE : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Attribute public SPB_HEADER_BUILT : long from class net.openhft.chronicle.wire.WireUtil to public SPB_HEADER_BUILT : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat | From | To | |
Move Class | 1 | ||
Move Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.MetaDataKey moved to net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat.MetaDataKey | From | To |