2150fe0e63f0aa9e46e79bb792811343c331d0ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package nextlocation(location long, increment long) : long renamed to package nextOffset(offset long, increment long) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type size : int to buffer : Bytes in method public BytesQueue(buffer Bytes) in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Change Parameter Type size : int to buffer : Bytes in method public VanillaByteQueue(buffer Bytes) in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To | |
Rename Variable | 1 | ||
Rename Variable readLocation : long to offset : long in method public poll(using Bytes) : Bytes in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Rename Attribute | 1 | ||
Rename Attribute bytes : Bytes to buffer : Bytes in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To | |
Rename Parameter | 4 | ||
Rename Parameter location : long to offset : long in method package nextOffset(offset long, increment long) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To | |
Rename Parameter size : int to buffer : Bytes in method public BytesQueue(buffer Bytes) in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Rename Parameter size : int to buffer : Bytes in method public VanillaByteQueue(buffer Bytes) in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To | |
Rename Parameter readLocation : long to readOffset : long in method package blockForReadSpace(readOffset long) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.VanillaByteQueue | From | To |