f543742ca3e30ca046a3e3b32cde03598696fbfc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private get(index long, tailer ExcerptTailer) : DocumentContext renamed to private moveTo(index long, tailer ExcerptTailer) : DocumentContext in class net.openhft.chronicle.queue.BinarySearch | From | To | |
Rename Variable | 1 | ||
Rename Variable midVal : DocumentContext to dc : DocumentContext in method private findCycle(rollCycle RollCycle, cycles NavigableSet, key Wire, c Comparator<Wire>, tailer ExcerptTailer) : long in class net.openhft.chronicle.queue.BinarySearch | From | To | |
Inline Method | 1 | ||
Inline Method private findWithinCycle(key Wire, c Comparator<Wire>, low long, high long, tailer ExcerptTailer, rollCycle RollCycle) : long inlined to public search(q SingleChronicleQueue, key Wire, c Comparator<Wire>) : long in class net.openhft.chronicle.queue.BinarySearch | From | To | |
Change Variable Type | 1 | ||
Change Variable Type arrayList : ArrayList<Long> to arrayList : List<Long> in method private findCycle(rollCycle RollCycle, cycles NavigableSet, key Wire, c Comparator<Wire>, tailer ExcerptTailer) : long in class net.openhft.chronicle.queue.BinarySearch | From | To |