8a7affb7318d6b1b356cc94e0612c301a1be0fbd
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getWorkerInfoList() : void renamed to public getCapacity() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Rename Method public getUfsUsedBytes() : Response renamed to public getInfo() : Response in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
Rename Method public getUfsFreeBytes() : void renamed to public getUfsCapacity() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Rename Variable | 3 | ||
Rename Variable workerInfos : WorkerInfo[] to info : AlluxioMasterInfo in method private getInfo() : AlluxioMasterInfo in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Rename Variable bytes : long to total : long in method public getCapacity() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Rename Variable memorySize : long to total : long in method public getCapacity() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Inline Method | 2 | ||
Inline Method public getCapacityBytes() : void inlined to public getCapacity() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Extract Class | 1 | ||
Extract Class alluxio.wire.AlluxioMasterInfo from class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute GET_WORKER_INFO_LIST : String to GET_INFO : String in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type workerInfos : WorkerInfo[] to info : AlluxioMasterInfo in method private getInfo() : AlluxioMasterInfo in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
Extract Method | 1 | ||
Extract Method private getInfo() : AlluxioMasterInfo extracted from public getWorkerInfoList() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To |