472c939cb7747d3a97bf4dcfc1de86bb3f9efeaf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getMasterLocation(masterUrl String, conf TachyonConf) : String renamed to private setMasterAddress(masterAddress String, conf TachyonConf) : void in class tachyon.worker.TachyonWorker | From | To | |
Change Return Type | 1 | ||
Change Return Type String to void in method private setMasterAddress(masterAddress String, conf TachyonConf) : void in class tachyon.worker.TachyonWorker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter masterUrl : String to masterAddress : String in method private setMasterAddress(masterAddress String, conf TachyonConf) : void in class tachyon.worker.TachyonWorker | From | To |