5c418ff33ad704d0596c631dad9e082c4b2076ca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected ensureRemaining(requiredBytes int) : void renamed to protected require(requiredBytes int) : int in class org.apache.giraph.utils.UnsafeReads | From | To | |
| Rename Method private ensureSize(size int) : void renamed to protected require(size int) : boolean in class org.apache.giraph.utils.UnsafeByteArrayOutputStream | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to boolean in method protected require(size int) : boolean in class org.apache.giraph.utils.UnsafeByteArrayOutputStream | From | To | |
| Change Return Type void to int in method protected require(requiredBytes int) : int in class org.apache.giraph.utils.UnsafeReads | From | To |