9ec992d35b08069198720f76b3f1ed635d47a9f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method package processQueueFile(filePath Path, wireType WireType, blockSize long, readOnly boolean, processor BiFunction<Wire,SingleChronicleQueueStore,T>) : Optional<T> extracted from package processLastQueueFile(queuePath Path, wireType WireType, blockSize long, readOnly boolean, processor BiFunction<Wire,SingleChronicleQueueStore,T>) : Optional<T> in class net.openhft.chronicle.queue.impl.single.QueueFiles | From | To | |
Extract Method private getLastQueueFileButNotTheNew(queuePath Path, newFilePath Path) : Optional<Path> extracted from package writeEOFIfNeeded(queuePath Path, wireType WireType, blockSize long, timeoutMS long) : void in class net.openhft.chronicle.queue.impl.single.QueueFiles | From | To | |
Rename Parameter | 1 | ||
Rename Parameter queuePath : Path to newFilePath : Path in method package writeEOFIfNeeded(newFilePath Path, wireType WireType, blockSize long, timeoutMS long) : void in class net.openhft.chronicle.queue.impl.single.QueueFiles | From | To |