87f5e351337a905af5215af76c72b9312616cd4f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getApplicationState(appId ApplicationId) : YarnApplicationState renamed to private getApplicationReport(appId ApplicationId) : ApplicationReport in class org.apache.hadoop.yarn.client.cli.LogsCLI | From | To | |
Change Return Type | 1 | ||
Change Return Type YarnApplicationState to ApplicationReport in method private getApplicationReport(appId ApplicationId) : ApplicationReport in class org.apache.hadoop.yarn.client.cli.LogsCLI | From | To | |
Extract Method | 1 | ||
Extract Method private guessAppOwner(appReport ApplicationReport, appId ApplicationId) : String extracted from public run(args String[]) : int in class org.apache.hadoop.yarn.client.cli.LogsCLI | From | To |