30ba8e3026d6a6dc660735e5b0e6d6045529c2f2
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAppendViaExcerpts() : void renamed to public testAppendAndRead() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Move And Rename Method | 3 | ||
Move And Rename Method public testAppendAndReadViaFormat() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest to public testAppendAndRead() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Move And Rename Method public testAppendAndReadViaExcerpts() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest to public testAppendAndRead() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Move And Rename Method public testAppendViaFormat() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest to public testAppend() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Move Method | 1 | ||
Move Method public testHeaderCreation() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest to public testHeaderCreation() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest | From | To | |
Extract Class | 1 | ||
Extract Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormatTest from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Move Class | 2 | ||
Move Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue.Appender moved to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Appender | From | To | |
Move Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue.Tailer moved to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.Tailer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tmpFile : File to tmpFile : Path in method protected getTmpFile(qualifier String) : File in class net.openhft.chronicle.queue.ChronicleQueueTestBase | From | To | |
Extract Variable | 1 | ||
Extract Variable tmpFile : Path in method protected getTmpFile(qualifier String) : File from class net.openhft.chronicle.queue.ChronicleQueueTestBase | From | To |