c7355f2877cffebc21e40ceba6a153fad8d7d64c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setFirstCycle() : void renamed to private setFirstAndLastCycle() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Rename Attribute | 1 | ||
Rename Attribute firstCycleTime : long to firstAndLastCycleTime : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Extract Variable | 1 | ||
Extract Variable rollCycle : RollCycle in method public countExcerpts(fromIndex long, toIndex long) : long from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To |