e02405dd9f81252331381ba280638dcb74e014be
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private readPosition(context MappedBytes, position long) : void inlined to public moveToIndex(context MappedBytes, targetIndex long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To | |
Rename Variable | 1 | ||
Rename Variable position : long to start : long in method private read(context MappedBytes, reader Reader<T>, marshaller T) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to long in method public moveToIndex(context MappedBytes, index long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore | From | To | |
Change Return Type boolean to long in method public moveToIndex(context MappedBytes, index long) : long in class net.openhft.chronicle.queue.impl.WireStore | From | To | |
Change Return Type boolean to long in method public moveToIndex(context MappedBytes, targetIndex long) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To | |
Inline Variable | 1 | ||
Inline Variable indexBytes : MappedBytes in method public moveToIndex(context MappedBytes, targetIndex long) : boolean from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing | From | To |