e548421f8506189e4e2e7222dcb74a180e8ac356
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type store : WireStore to store : CommonStore in method public release(store CommonStore) : void in class net.openhft.chronicle.queue.impl.WireStorePool | From | To | |
| Change Parameter Type store : WireStore to store : CommonStore in method public release(store CommonStore) : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Change Parameter Type store : WireStore to store : CommonStore in method public release(store CommonStore) : void in class net.openhft.chronicle.queue.impl.RollingChronicleQueue | From | To | |
| Rename Variable | 2 | ||
| Rename Variable wireStore : WireStore to commonStore : CommonStore in method public dump() : String in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Rename Variable wireStore : WireStore to commonStore : CommonStore in method public testFullReadFs() : void in class net.openhft.chronicle.queue.FsFullReadTest | From | To | |
| Move Class | 1 | ||
| Move Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.MetaDataField moved to net.openhft.chronicle.queue.impl.single.MetaDataField | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type wireStore : WireStore to commonStore : CommonStore in method public testFullReadFs() : void in class net.openhft.chronicle.queue.FsFullReadTest | From | To | |
| Change Variable Type wireStore : WireStore to commonStore : CommonStore in method public dump() : String in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue | From | To | |
| Extract Interface | 1 | ||
| Extract Interface net.openhft.chronicle.queue.impl.CommonStore from classes [net.openhft.chronicle.queue.impl.WireStore] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type storeReference : WireStore to storeReference : CommonStore in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.ClosableResources | From | To |