94f04b2c937dff1e5babb1e0fe48ac93db2d238b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 4 | ||
Move And Rename Method public size() : long from class net.openhft.chronicle.queue.impl.SingleTailer to public lastIndex() : long from class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Move And Rename Method public index() : long from class net.openhft.chronicle.queue.impl.SingleAppender to public lastIndex() : long from class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Move And Rename Method public index() : long from class net.openhft.chronicle.queue.impl.SingleTailer to public lastIndex() : long from class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Move And Rename Method public size() : long from class net.openhft.chronicle.queue.impl.SingleAppender to public lastIndex() : long from class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Extract Attribute | 1 | ||
Extract Attribute package HEADER_OFFSET : long in class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Rename Attribute | 1 | ||
Rename Attribute UNINTIALISED : long to UNINITIALISED : long in class net.openhft.chronicle.queue.impl.SingleChronicle | From | To | |
Extract Method | 1 | ||
Extract Method private writeSome(chronicle Chronicle) : void extracted from public testCreateAppender() : void in class net.openhft.chronicle.queue.ChronicleTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type chronicle : Chronicle to chronicle : DirectChronicle in class net.openhft.chronicle.queue.impl.SingleAppender | From | To | |
Change Attribute Type chronicle : Chronicle to chronicle : DirectChronicle in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
Rename Parameter | 2 | ||
Rename Parameter wire : Consumer<WireOut> to writer : Consumer<WireOut> in method public writeDocument(writer Consumer<WireOut>) : void in class net.openhft.chronicle.queue.ExcerptAppender | From | To | |
Rename Parameter wire : Consumer<WireOut> to writer : Consumer<WireOut> in method public writeDocument(writer Consumer<WireOut>) : void in class net.openhft.chronicle.queue.impl.SingleAppender | From | To |