722ee841948db1f246f0056acec9a1ac464fe1f9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 22 | ||
Extract Method protected getContainerReport(request GetContainerReportRequest) : ContainerReport extracted from protected render(html Block) : void in class org.apache.hadoop.yarn.server.webapp.ContainerBlock | From | To | |
Extract Method protected getContainers(request GetContainersRequest) : List<ContainerReport> extracted from protected render(html Block) : void in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock | From | To | |
Extract Method protected getApplicationAttemptReport(request GetApplicationAttemptReportRequest) : ApplicationAttemptReport extracted from public getAppAttempt(req HttpServletRequest, res HttpServletResponse, appId String, appAttemptId String) : AppAttemptInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To | |
Extract Method protected getApplicationReport(request GetApplicationsRequest) : List<ApplicationReport> extracted from protected fetchData() : void in class org.apache.hadoop.yarn.server.webapp.AppsBlock | From | To | |
Extract Method protected getContainerReport(request GetContainerReportRequest) : ContainerReport extracted from public getContainer(req HttpServletRequest, res HttpServletResponse, appId String, appAttemptId String, containerId String) : ContainerInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To | |
Extract Method protected getContainerReport(request GetContainerReportRequest) : ContainerReport extracted from protected generateApplicationTable(html Block, callerUGI UserGroupInformation, attempts Collection<ApplicationAttemptReport>) : void in class org.apache.hadoop.yarn.server.webapp.AppBlock | From | To | |
Extract Method protected getApplicationAttemptReport(request GetApplicationAttemptReportRequest) : ApplicationAttemptReport extracted from protected render(html Block) : void in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock | From | To | |
Extract Method protected getApplicationAttemptsReport(request GetApplicationAttemptsRequest) : List<ApplicationAttemptReport> extracted from protected render(html Block) : void in class org.apache.hadoop.yarn.server.webapp.AppBlock | From | To | |
Extract Method protected getApplicationReport(request GetApplicationReportRequest) : ApplicationReport extracted from protected render(html Block) : void in class org.apache.hadoop.yarn.server.webapp.AppBlock | From | To | |
Extract Method protected getContainersReport(request GetContainersRequest) : List<ContainerReport> extracted from public getContainers(req HttpServletRequest, res HttpServletResponse, appId String, appAttemptId String) : ContainersInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To | |
Extract Method protected getApplicationsReport(request GetApplicationsRequest) : List<ApplicationReport> extracted from public getApps(req HttpServletRequest, res HttpServletResponse, stateQuery String, statesQuery Set<String>, finalStatusQuery String, userQuery String, queueQuery String, count String, startedBegin String, startedEnd String, finishBegin String, finishEnd String, applicationTypes Set<String>) : AppsInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To | |
Extract Method protected getApplicationAttemptsReport(request GetApplicationAttemptsRequest) : List<ApplicationAttemptReport> extracted from public getAppAttempts(req HttpServletRequest, res HttpServletResponse, appId String) : AppAttemptsInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To | |
Extract Method protected getApplicationReport(request GetApplicationReportRequest) : ApplicationReport extracted from public getApp(req HttpServletRequest, res HttpServletResponse, appId String) : AppInfo in class org.apache.hadoop.yarn.server.webapp.WebServices | From | To |