37f4696a9cc9284b242215f56a10990e1028d40c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public mkSliderUserPath(username String) : String renamed to public mkUserHomePath(username String) : String in class org.apache.hadoop.yarn.service.utils.ServiceRegistryUtils | From | To | |
Rename Method public mkClusterPath(username String, clustername String) : String renamed to public mkServiceHomePath(username String, serviceName String) : String in class org.apache.hadoop.yarn.service.utils.ServiceRegistryUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private deleteZKNode(clusterName String) : boolean in class org.apache.hadoop.yarn.service.client.ServiceClient | From | To | |
Rename Attribute | 1 | ||
Rename Attribute SVC_SLIDER_USERS : String to SVC_USERS : String in class org.apache.hadoop.yarn.service.utils.ServiceRegistryUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clustername : String to serviceName : String in method public mkServiceHomePath(username String, serviceName String) : String in class org.apache.hadoop.yarn.service.utils.ServiceRegistryUtils | From | To |