af3bf837af766f93b1ab21e8e2f6f8fc5fdac6a6
Files Diff
- Added: 40
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private grow(minCapacity int) : void renamed to private increaseCapacity(requiredCapacity int) : void in class org.apache.flink.core.memory.ByteArrayOutputStreamWithPos | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute buf : byte[] to buffer : byte[] in class org.apache.flink.core.memory.ByteArrayOutputStreamWithPos | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter minCapacity : int to requiredCapacity : int in method private ensureCapacity(requiredCapacity int) : void in class org.apache.flink.core.memory.ByteArrayOutputStreamWithPos | From | To | |
| Rename Parameter minCapacity : int to requiredCapacity : int in method private increaseCapacity(requiredCapacity int) : void in class org.apache.flink.core.memory.ByteArrayOutputStreamWithPos | From | To |