53f2768926700d2a27ce6223f1ccbfd3be49fc29
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ApplicationReport to int in method private printApplicationReport(applicationId String) : int in class org.apache.hadoop.yarn.client.cli.ApplicationCLI | From | To | |
Extract Method | 1 | ||
Extract Method private getStatusByAppId(appId String) : String extracted from public getStatusString(appId String) : String in class org.apache.hadoop.yarn.service.client.ServiceClient | From | To | |
Rename Parameter | 2 | ||
Rename Parameter appId : String to appIdOrName : String in method public getStatusString(appIdOrName String) : String in class org.apache.hadoop.yarn.service.client.ServiceClient | From | To | |
Rename Parameter applicationId : String to appIdOrName : String in method public abstract getStatusString(appIdOrName String) : String in class org.apache.hadoop.yarn.client.api.AppAdminClient | From | To |