b166160724ddecbedc998c9e75b47de835c045f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 3 | ||
Inline Method private getFromAvaliableSpace(requestSpaceBytes long) : long inlined to public requestSpace(requestSpaceBytes long) : ClientLocationInfo in class tachyon.client.TachyonFS | From | To | |
Inline Method private getFromAvaliableSpace(storageDirId long, requestSpaceBytes long) : boolean inlined to public requestSpace(storageDirId long, requestSpaceBytes long) : boolean in class tachyon.client.TachyonFS | From | To | |
Change Variable Type | 1 | ||
Change Variable Type availableSpaceBytes : Long to availableSpaceBytes : long in method public requestSpace(requestSpaceBytes long) : ClientLocationInfo in class tachyon.client.TachyonFS | From | To | |
Extract Method | 1 | ||
Extract Method private requestSpace(length int) : boolean extracted from private appendCurrentBuffer(buf byte[], offset int, length int) : void in class tachyon.client.BlockOutStream | From | To |