97ed25405704bb6066987ce36039141b16fe3ef6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package moveToIndex0(wire Wire, index long) : long renamed to package moveToIndex(wire Wire, index long, timeoutMS long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type cycle : long to cycle : int in method package moveToIndex(cycle int, sequenceNumber long, index long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Parameter Type cycle : long to cycle : int in method package moveToIndex(cycle int, sequenceNumber long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Parameter Type cycle : long to cycle : int in method public lastIndex(cycle int) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Parameter Type cycle : long to cycle : int in method private cycle(cycle int) : StoreTailer in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Return Type | 4 | ||
Change Return Type long to int in method public cycle() : int in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender | From | To | |
Change Return Type long to int in method public cycle() : int in class net.openhft.chronicle.queue.ExcerptAppender | From | To | |
Change Return Type long to int in method public cycle() : int in class net.openhft.chronicle.queue.ExcerptTailer | From | To | |
Change Return Type long to int in method public cycle() : int in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Variable Type | 3 | ||
Change Variable Type roll : long to roll : Integer in method private read0(t T, c BiConsumer<T,Wire>, timeoutMS long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Variable Type roll : long to roll : int in method private next() : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Variable Type lastCycle : long to lastCycle : int in method public lastIndex() : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Method | 1 | ||
Extract Method package moveToIndex0(wire Wire, index long, timeoutMS long) : long extracted from package moveToIndex0(wire Wire, index long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cycle : long to cycle : int in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter context : Wire to wire : Wire in method private linearScan(wire Wire, toIndex long, fromKnownIndex long, knownAddress long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To |