eb69f0cafe3b722add81348f1b017dae4dac1e45
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private appendBytes(bytes Bytes<?>) : void renamed to private append(bytes Bytes<?>) : void in class net.openhft.chronicle.queue.impl.async.AsyncChronicleQueue | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type consumer : ThrowingAcceptor<Bytes,IOException> to writer : BytesWriter in method public DelegatedAppender(queue ChronicleQueue, writer BytesWriter) in class net.openhft.chronicle.queue.impl.Excerpts.DelegatedAppender | From | To | |
Rename Variable | 1 | ||
Rename Variable writePosition : long to position : long in method protected acquireLock(context WriteContext, size int) : WriteContext in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Inline Method | 2 | ||
Inline Method protected acquireLock(store BytesStore, position long, size int) : boolean inlined to protected acquireLock(context WriteContext, size int) : WriteContext in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Rename Attribute | 1 | ||
Rename Attribute consumer : ThrowingAcceptor<Bytes,IOException> to writer : BytesWriter in class net.openhft.chronicle.queue.impl.Excerpts.DelegatedAppender | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type consumer : ThrowingAcceptor<Bytes,IOException> to writer : BytesWriter in class net.openhft.chronicle.queue.impl.Excerpts.DelegatedAppender | From | To | |
Rename Parameter | 1 | ||
Rename Parameter consumer : ThrowingAcceptor<Bytes,IOException> to writer : BytesWriter in method public DelegatedAppender(queue ChronicleQueue, writer BytesWriter) in class net.openhft.chronicle.queue.impl.Excerpts.DelegatedAppender | From | To |