b8fabb68dc68b4990729d690941d5467d44815ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getContext() : ExcerptContext renamed to package acquireTailer() : StoreTailer in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Return Type | 1 | ||
Change Return Type ExcerptContext to StoreTailer in method package acquireTailer() : StoreTailer in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Method | 1 | ||
Extract Method private windBackCycle(cycle int) : void extracted from private incrementIndex() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tlTailer : ThreadLocal<WeakReference<ExcerptContext>> to tlTailer : ThreadLocal<WeakReference<StoreTailer>> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To |