d761df4747e5bd698a8fb2d580a56ceaa41b4c70
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type positions : Long[] to position : WirePosition in method protected append(position WirePosition, meta boolean, writer WriteMarshallable) : WirePosition in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Change Return Type | 5 | ||
Change Return Type boolean to long in method public readData(wireIn WireIn, reader T) : long in class net.openhft.chronicle.wire.WireUtil | From | To | |
Change Return Type T to long in method public writeMeta(wireOut WireOut, writer T) : long in class net.openhft.chronicle.wire.WireUtil | From | To | |
Change Return Type boolean to long in method public readMeta(wireIn WireIn, reader T) : long in class net.openhft.chronicle.wire.WireUtil | From | To | |
Change Return Type Long[] to WirePosition in method protected append(position WirePosition, meta boolean, writer WriteMarshallable) : WirePosition in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Change Return Type T to long in method public writeData(wireOut WireOut, writer T) : long in class net.openhft.chronicle.wire.WireUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute positionsCache : ThreadLocal<Long[]> to positionPool : ThreadLocal<WirePosition> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type positionsCache : ThreadLocal<Long[]> to positionPool : ThreadLocal<WirePosition> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Rename Parameter | 2 | ||
Rename Parameter positions : Long[] to position : WirePosition in method protected append(position WirePosition, meta boolean, writer WriteMarshallable) : WirePosition in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Rename Parameter l : long to index : long in method public index(index long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Tailer | From | To |