061d779c0dc6d1c61d479903b5d8785f9eded3e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method package remainingForRead(offset long) : long inlined to public poll(using Bytes) : Bytes in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Change Return Type | 3 | ||
Change Return Type BytesWriter to long in method private write(offset long, value long) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.BytesWriter | From | To | |
Change Return Type BytesWriter to long in method private write(offset long, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.BytesWriter | From | To | |
Change Return Type void to long in method public writeByte(l long, i int) : long in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue.BytesWriter | From | To | |
Extract Variable | 3 | ||
Extract Variable poll : Bytes in method public testSimpledSingleThreadedWriteRead() : void from class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
Extract Variable readLocation : long in method public poll(using Bytes) : Bytes from class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Extract Variable position : long in method public poll(using Bytes) : Bytes from class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To |