736d33cddd88a0cec925a451940b2523999a9c51
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute passThroughHeaders : Set<String> to PASS_THROUGH_HEADERS : Set<String> in class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet | From | To | |
Inline Variable | 1 | ||
Inline Variable original : String in method private methodAction(req HttpServletRequest, resp HttpServletResponse, method HTTP) : void from class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet | From | To | |
Extract Method | 2 | ||
Extract Method private buildTrackingUrl(trackingUri URI, req HttpServletRequest, rest String) : URI extracted from private methodAction(req HttpServletRequest, resp HttpServletResponse, method HTTP) : void in class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet | From | To | |
Extract Method private getTrackingUri(req HttpServletRequest, resp HttpServletResponse, id ApplicationId, originalUri String, appReportSource AppReportSource) : URI extracted from private methodAction(req HttpServletRequest, resp HttpServletResponse, method HTTP) : void in class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet | From | To |