921dc84c7c66bf9079a7ab44968ac0ee057844a8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private moveBlockInStream(newPos long) : void renamed to private seekBlockInStream(newPos long) : void in class tachyon.client.file.FileInStream | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable currentBlockId : long to blockId : long in method private updateBlockInStream(blockId long) : void in class tachyon.client.file.FileInStream | From | To | |
| Extract Method | 2 | ||
| Extract Method private updateBlockInStream(blockId long) : void extracted from private checkAndAdvanceBlockInStream() : void in class tachyon.client.file.FileInStream | From | To | |
| Extract Method private updateBlockInStream(blockId long) : void extracted from private moveBlockInStream(newPos long) : void in class tachyon.client.file.FileInStream | From | To |