b379316dc835c4fbec574452690ecca770243aef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable needMoreBuffers : boolean to notificationResult : NotificationResult in method private fireBufferAvailableNotification(listener BufferListener, segment MemorySegment) : NotificationResult in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool | From | To | |
| Change Return Type | 3 | ||
| Change Return Type boolean to NotificationResult in method public notifyBufferAvailable(buffer Buffer) : NotificationResult in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel | From | To | |
| Change Return Type boolean to NotificationResult in method public notifyBufferAvailable(buffer Buffer) : NotificationResult in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandler.BufferListenerTask | From | To | |
| Change Return Type boolean to NotificationResult in method public notifyBufferAvailable(buffer Buffer) : NotificationResult in class org.apache.flink.runtime.io.network.buffer.BufferListener | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type needMoreBuffers : boolean to notificationResult : NotificationResult in method private fireBufferAvailableNotification(listener BufferListener, segment MemorySegment) : NotificationResult in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool | From | To | |
| Extract Method | 1 | ||
| Extract Method private fireBufferAvailableNotification(listener BufferListener, segment MemorySegment) : NotificationResult extracted from public recycle(segment MemorySegment) : void in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool | From | To |