e7a85c88060309e6300d51aaf96d52cad6df67d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.Field renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.HeaderField | From | To | |
Extract Variable | 1 | ||
Extract Variable wb : Bytes in method public append(writer WriteMarshallable) : long from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type wireInCache : ThreadLocal<WireIn> to wireInCache : ThreadLocal<Wire> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Change Attribute Type mappedStore : MappedBytesStore to mappedStore : BytesStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Change Attribute Type wireOutCache : ThreadLocal<WireOut> to wireOutCache : ThreadLocal<Wire> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public incrementLastIndex() : long extracted from public append(writer WriteMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat & moved to class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.Header | From | To | |
Extract And Move Method public wireCache(bytesSupplier Supplier<Bytes>, wireSupplier Function<Bytes,Wire>) : ThreadLocal<Wire> extracted from package SingleChronicleQueueFormat(builder SingleChronicleQueueBuilder) in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat & moved to class net.openhft.chronicle.wire.WireUtil | From | To |