a395a8ddb295b72ef73f3ba8fe550ada581b438d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private atTheEndOfACycle() : Boolean inlined to private next(includeMetaData boolean) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute cycle : int to index : long in method private next(includeMetaData boolean) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cycle : int to index : long in method private next(includeMetaData boolean) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To | |
Extract Variable | 1 | ||
Extract Variable nextStore : WireStore in method private cycle(cycle int, createIfAbsent boolean) : boolean from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer | From | To |