69b05968974994c6e22d6562a67b9392d1700094
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public teadDown() : void renamed to public tearDown() : void in class org.apache.hadoop.yarn.service.client.TestSystemServiceManagerImpl | From | To | |
Rename Method public actionCreate(service Service) : ApplicationId renamed to public actionBuild(service Service) : int in class org.apache.hadoop.yarn.service.client.TestSystemServiceManagerImpl.TestServiceClient | From | To | |
Rename Method public actionStart(serviceName String) : int renamed to public actionStartAndGetId(serviceName String) : ApplicationId in class org.apache.hadoop.yarn.service.ServiceClientTest | From | To | |
Change Return Type | 2 | ||
Change Return Type ApplicationId to int in method public actionBuild(service Service) : int in class org.apache.hadoop.yarn.service.client.TestSystemServiceManagerImpl.TestServiceClient | From | To | |
Change Return Type int to ApplicationId in method public actionStartAndGetId(serviceName String) : ApplicationId in class org.apache.hadoop.yarn.service.ServiceClientTest | From | To | |
Extract Variable | 1 | ||
Extract Variable appId : ApplicationId in method public actionStartAndGetId(serviceName String) : ApplicationId from class org.apache.hadoop.yarn.service.client.ServiceClient | From | To | |
Extract Method | 1 | ||
Extract Method public actionStartAndGetId(serviceName String) : ApplicationId extracted from public actionStart(serviceName String) : int in class org.apache.hadoop.yarn.service.client.ServiceClient | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public actionStartAndGetId(serviceName String) : ApplicationId extracted from private startService(appName String, ugi UserGroupInformation) : Response in class org.apache.hadoop.yarn.service.webapp.ApiServer & moved to class org.apache.hadoop.yarn.service.client.ServiceClient | From | To |