3f3ba852443784e1234950e783c7d561804e1dee
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type store : SingleChronicleQueueStore to store : WireStore in method package release(store WireStore) : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Change Return Type | 2 | ||
| Change Return Type SingleChronicleQueueStore to WireStore in method package storeForCycle(cycle int) : WireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Change Return Type SingleChronicleQueueStore to SingleChronicleQueueWireStore in method protected buildHeader() : SingleChronicleQueueWireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueWireStore | From | To | |
| Rename Class | 1 | ||
| Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueWireStore | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute SPB_HEADER_BYTE : long to HEADER_OFFSET : long in class net.openhft.chronicle.wire.WireUtil | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type store : SingleChronicleQueueStore to store : SingleChronicleQueueWireStore in method public testResourceRelease() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStoreTest | From | To | |
| Change Variable Type format : SingleChronicleQueueStore to format : SingleChronicleQueueWireStore in method package storeForCycle(cycle int) : WireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Extract Interface | 1 | ||
| Extract Interface net.openhft.chronicle.queue.impl.WireStore from classes [net.openhft.chronicle.queue.impl.single.SingleChronicleQueueWireStore] | From | To | |
| Change Attribute Type | 5 | ||
| Change Attribute Type store : SingleChronicleQueueStore to store : WireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Tailer | From | To | |
| Change Attribute Type nextCycle : LongValue to nextCycle : IntValue in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader.Roll | From | To | |
| Change Attribute Type store : SingleChronicleQueueStore to store : WireStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Appender | From | To | |
| Change Attribute Type cycle : LongValue to cycle : IntValue in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader.Roll | From | To | |
| Change Attribute Type stores : Map<Integer,SingleChronicleQueueStore> to stores : Map<Integer,SingleChronicleQueueWireStore> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To |