e8d92f264c1f937003da17dab8d80cf822f38639
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 5 | ||
Change Return Type SingleChronicleQueueHeader to SingleHeader in method public setWritePosition(writeByte long) : SingleHeader in class net.openhft.chronicle.queue.impl.single.SingleHeader | From | To | |
Change Return Type SingleChronicleQueueHeader to SingleHeader in method public setNextCycleMetaPosition(position long) : SingleHeader in class net.openhft.chronicle.queue.impl.single.SingleHeader | From | To | |
Change Return Type SingleChronicleQueueHeader to SingleHeader in method public setReadPosition(readPosition long) : SingleHeader in class net.openhft.chronicle.queue.impl.single.SingleHeader | From | To | |
Change Return Type SingleChronicleQueueWireStore to SingleWireStore in method protected buildHeader() : SingleWireStore in class net.openhft.chronicle.queue.impl.single.SingleWireStore | From | To | |
Change Return Type SingleChronicleQueueHeader to SingleHeader in method public setRollCycle(rollCycle int) : SingleHeader in class net.openhft.chronicle.queue.impl.single.SingleHeader | From | To | |
Rename Class | 2 | ||
Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueWireStore renamed to net.openhft.chronicle.queue.impl.single.SingleWireStore | From | To | |
Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader renamed to net.openhft.chronicle.queue.impl.single.SingleHeader | From | To | |
Change Variable Type | 2 | ||
Change Variable Type format : SingleChronicleQueueWireStore to format : SingleWireStore in method protected storeForCycle(cycle int) : WireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Variable Type store : SingleChronicleQueueWireStore to store : SingleWireStore in method public testResourceRelease() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStoreTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type header : SingleChronicleQueueHeader to header : SingleHeader in class net.openhft.chronicle.queue.impl.single.SingleWireStore | From | To | |
Change Attribute Type stores : Map<Integer,SingleChronicleQueueWireStore> to stores : Map<Integer,SingleWireStore> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To |