7536488bbd919b619f037442e6395154f579aaac
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable nodes : List<NodeInfo> in method private getNodeId() : String from class org.apache.hadoop.yarn.server.router.webapp.TestRouterWebServicesREST | From | To | |
Extract Variable subclusterId : SubClusterId in method private getNode(subClusters Collection<SubClusterInfo>, nodeId String) : Map<SubClusterInfo,NodeInfo> from class org.apache.hadoop.yarn.server.router.webapp.FederationInterceptorREST | From | To | |
Extract Method | 2 | ||
Extract Method private getNode(subClusters Collection<SubClusterInfo>, nodeId String) : Map<SubClusterInfo,NodeInfo> extracted from public getNode(nodeId String) : NodeInfo in class org.apache.hadoop.yarn.server.router.webapp.FederationInterceptorREST | From | To | |
Extract Method private getActiveSubclusters() : Map<SubClusterId,SubClusterInfo> extracted from public getNode(nodeId String) : NodeInfo in class org.apache.hadoop.yarn.server.router.webapp.FederationInterceptorREST | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type LOG : Log to LOG : Logger in class org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices | From | To |