3cffb72d4a618541ab44d4da508e8ca218795a59
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public join() : void renamed to public process() : void in class tachyon.worker.TachyonWorker | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tachyonConf : TachyonConf to mTachyonConf : TachyonConf in method private getMasterAddress() : InetSocketAddress in class tachyon.worker.BlockWorkerHeartbeat | From | To | |
Extract Method | 1 | ||
Extract Method private handleMasterCommand(cmd Command) : void extracted from public run() : void in class tachyon.worker.BlockWorkerHeartbeat | From | To |