438be67ae1af0592541f624747e97d045134ed24
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method package writeByte() : LongValue renamed to package writePosition() : LongValue in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader | From | To | |
Rename Method public setWriteByteLazy(writeByte long) : void renamed to public setWritePosition(writeByte long) : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader | From | To | |
Rename Method public testAppendViaAppender() : void renamed to public testAppendViaExcerpts() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Rename Method public getWriteByte() : long renamed to public getWritePosition() : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader | From | To | |
Rename Method public chronicle() : ChronicleQueue renamed to public queue() : ChronicleQueue in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue.Appender | From | To | |
Rename Method public chronicle() : ChronicleQueue renamed to public queue() : ChronicleQueue in class net.openhft.chronicle.queue.ExcerptCommon | From | To | |
Rename Method public chronicle() : ChronicleQueue renamed to public queue() : ChronicleQueue in class net.openhft.chronicle.queue.impl.AbstractExcerpt | From | To | |
Push Down Method | 1 | ||
Push Down Method protected waitForTheHeaderToBeBuilt(store BytesStore) : void from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to protected waitForTheHeaderToBeBuilt() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type reader : Consumer<WireIn> to reader : ReadMarshallable in method public readDocument(reader ReadMarshallable) : boolean in class net.openhft.chronicle.queue.impl.AbstractExcerpt | From | To | |
Change Parameter Type reader : Consumer<WireIn> to reader : ReadMarshallable in method public readDocument(reader ReadMarshallable) : boolean in class net.openhft.chronicle.queue.impl.AbstractExcerptTailer | From | To | |
Change Parameter Type reader : Consumer<WireIn> to reader : ReadMarshallable in method public readDocument(reader ReadMarshallable) : boolean in class net.openhft.chronicle.queue.ExcerptTailer | From | To | |
Change Return Type | 2 | ||
Change Return Type T to boolean in method public readData(wireIn WireIn, reader T) : boolean in class net.openhft.chronicle.wire.WireUtil | From | To | |
Change Return Type T to boolean in method public readMeta(wireIn WireIn, reader T) : boolean in class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute | 6 | ||
Move Attribute public SPB_HEADER_BUILDING : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_HEADER_BUILDING : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute public SPB_HEADER_BYTE : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_HEADER_BYTE : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute public SPB_HEADER_BUILT : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_HEADER_BUILT : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute public SPB_DATA_HEADER_SIZE : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_DATA_HEADER_SIZE : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute public SPB_HEADER_UNSET : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_HEADER_UNSET : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move Attribute public SPB_HEADER_BYTE_SIZE : long from class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat to public SPB_HEADER_BYTE_SIZE : long from class net.openhft.chronicle.wire.WireUtil | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.HeaderField moved and renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader.Fields | From | To | |
Move And Rename Class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.Header moved and renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader | From | To | |
Move And Rename Class net.openhft.chronicle.queue.impl.AbstractChronicleQueueFormat.MetaDataKey moved and renamed to net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat.MetaDataField | From | To | |
Rename Attribute | 1 | ||
Rename Attribute writeByte : LongValue to writePosition : LongValue in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueHeader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type format : ChronicleQueueFormat to format : SingleChronicleQueueFormat in method public testAppendViaFormat() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Extract Variable | 1 | ||
Extract Variable format : SingleChronicleQueueFormat in method public from(builder SingleChronicleQueueBuilder) : SingleChronicleQueueFormat from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type header : Header to header : SingleChronicleQueueHeader in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueFormat | From | To |