f5f3c9ca011f9d3b6b4630c8f3ff42fdfb045e74
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public lastIndex() : long renamed to public nextIndexToWrite() : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Rename Method public lastIndex() : long renamed to public nextIndexToWrite() : long in class net.openhft.chronicle.queue.ChronicleQueue | From | To | |
Extract Variable | 3 | ||
Extract Variable sequenceNumber : long in method public moveToIndex(index long) : boolean from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Extract Variable position : long in method public nextIndexToWrite() : long from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Variable cycle : int in method public moveToIndex(index long) : boolean from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Extract Method | 5 | ||
Extract Method package readBackward(chronicle ChronicleQueue, entries int) : void extracted from public testForwardFollowedBackBackwardTailer() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Extract Method package getSecondaryAddress(wire Wire, timeoutMS long, index2indexArr LongArrayValues, index2 int) : long extracted from public indexForPosition(wire Wire, position long, timeoutMS long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To | |
Extract Method package getList() : String[] extracted from public firstCycle() : int in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Method package getList() : String[] extracted from public lastCycle() : int in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Method package readForward(chronicle ChronicleQueue, entries int) : void extracted from public testForwardFollowedBackBackwardTailer() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To |