2cbd919111886b44572fa6b9afb61020726281b7
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package formatForCycle(cycle int) : SingleChronicleQueueFormat renamed to package storeForCycle(cycle int) : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Return Type | 2 | ||
Change Return Type SingleChronicleQueueFormat to SingleChronicleQueueStore in method package storeForCycle(cycle int) : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Return Type SingleChronicleQueueFormat to SingleChronicleQueueStore in method protected buildHeader() : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Rename Class | 1 | ||
Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Rename Attribute | 3 | ||
Rename Attribute formatCache : Map<Integer,SingleChronicleQueueFormat> to stores : Map<Integer,SingleChronicleQueueStore> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Rename Attribute format : SingleChronicleQueueFormat to store : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Appender | From | To | |
Rename Attribute format : SingleChronicleQueueFormat to store : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Tailer | From | To | |
Change Variable Type | 3 | ||
Change Variable Type format : SingleChronicleQueueFormat to format : SingleChronicleQueueStore in method public testAppendAndRead() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Change Variable Type format : SingleChronicleQueueFormat to format : SingleChronicleQueueStore in method package storeForCycle(cycle int) : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Variable Type format : SingleChronicleQueueFormat to format : SingleChronicleQueueStore in method public testAppend() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type format : SingleChronicleQueueFormat to store : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Appender | From | To | |
Change Attribute Type formatCache : Map<Integer,SingleChronicleQueueFormat> to stores : Map<Integer,SingleChronicleQueueStore> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
Change Attribute Type format : SingleChronicleQueueFormat to store : SingleChronicleQueueStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Tailer | From | To |