ea052d00121a388a08c8004dff2f6982c83cde29
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private startMaster(asMaster boolean) : void renamed to protected startMasters(isLeader boolean) : void in class tachyon.master.TachyonMaster | From | To | |
Rename Method private stopMaster() : void renamed to protected stopMasters() : void in class tachyon.master.TachyonMaster | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private mLeaderSelectorClient : LeaderSelectorClient from class tachyon.master.TachyonMaster to private mLeaderSelectorClient : LeaderSelectorClient from class tachyon.master.TachyonMasterFaultTolerant | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mStarttimeMs : long to mStartTimeMs : long in class tachyon.master.TachyonMaster | From | To | |
Extract Variable | 1 | ||
Extract Variable conf : TachyonConf in method public main(args String[]) : void from class tachyon.master.TachyonMaster | From | To | |
Extract Method | 2 | ||
Extract Method protected startServingWebServer() : void extracted from private startServing() : void in class tachyon.master.TachyonMaster | From | To | |
Extract Method protected startServingRPCServer() : void extracted from private startServing() : void in class tachyon.master.TachyonMaster | From | To | |
Rename Parameter | 1 | ||
Rename Parameter asMaster : boolean to isLeader : boolean in method protected startMasters(isLeader boolean) : void in class tachyon.master.TachyonMaster | From | To |