79c7a1d7c5e5bf99e94899833ad215219e89d3d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type workerInfos : List<WorkerInfo> to workerInfos : Collection<WorkerInfo> in method private generateOrderedNodeInfos(workerInfos Collection<WorkerInfo>) : NodeInfo[] in class tachyon.web.WebInterfaceWorkersServlet | From | To | |
Change Return Type | 1 | ||
Change Return Type List<WorkerInfo> to Set<WorkerInfo> in method public getLostWorkersInfo() : Set<WorkerInfo> in class tachyon.master.block.BlockMaster | From | To | |
Extract Variable | 1 | ||
Extract Variable expected : Set<WorkerInfo> in method public getLostWorkersInfoTest() : void from class tachyon.master.block.BlockMasterTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type lostWorkerInfos : List<WorkerInfo> to lostWorkerInfos : Set<WorkerInfo> in method private populateValues(request HttpServletRequest) : void in class tachyon.web.WebInterfaceWorkersServlet | From | To | |
Change Variable Type ret : List<WorkerInfo> to ret : Set<WorkerInfo> in method public getLostWorkersInfo() : Set<WorkerInfo> in class tachyon.master.block.BlockMaster | From | To |