c19f71ce339f18c4f374e2212a2dd0be437f7c2f
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type chronicle : ChronicleQueue to chronicle : AbstractChronicle in method public SingleTailer(chronicle AbstractChronicle, wireProvider Function<Bytes,Wire>) in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
Change Return Type | 1 | ||
Change Return Type ChronicleQueue to SingleChronicleQueue in method public build() : SingleChronicleQueue in class net.openhft.chronicle.queue.ChronicleQueueBuilder | From | To | |
Move Class | 1 | ||
Move Class net.openhft.chronicle.queue.SimpleChronicleQueueTest moved to net.openhft.chronicle.queue.impl.SimpleChronicleQueueTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass net.openhft.chronicle.queue.impl.AbstractChronicle from classes [net.openhft.chronicle.queue.impl.SingleChronicleQueue] | From | To | |
Change Variable Type | 4 | ||
Change Variable Type chronicle : DirectChronicleQueue to chronicle : AbstractChronicle in method public testReadAtIndexWithIndexesAtStart() : void in class net.openhft.chronicle.queue.impl.SimpleChronicleQueueTest | From | To | |
Change Variable Type index : int to index : long in method public testReadAtIndexWithIndexesAtStart() : void in class net.openhft.chronicle.queue.impl.SimpleChronicleQueueTest | From | To | |
Change Variable Type chronicle : DirectChronicleQueue to chronicle : AbstractChronicle in method public testReadAtIndexWithIndexes() : void in class net.openhft.chronicle.queue.impl.SimpleChronicleQueueTest | From | To | |
Change Variable Type chronicle : DirectChronicleQueue to chronicle : AbstractChronicle in method public testScanFromLastKnownIndex() : void in class net.openhft.chronicle.queue.impl.SimpleChronicleQueueTest | From | To | |
Extract Variable | 1 | ||
Extract Variable address : long in method public index(index long) : boolean from class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
Extract Method | 1 | ||
Extract Method private appendMetaDataReturnAddress(buffer Bytes) : long extracted from package newIndex() : long in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To |