b2517dd66b3c88fdd478411cf208921bd3023755
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getCompletedAppsInStateStore() : int renamed to public getNumberOfCompletedAppsInStateStore() : int in class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager.TestRMAppManager | From | To | |
| Rename Method public testStateStoreAppLimitLargerThanMemoryAppLimit() : void renamed to public testStateStoreAppLimitGreaterThanMemoryAppLimit() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager | From | To | |
| Extract Variable | 2 | ||
| Extract Variable allApps : int in method public testStateStoreAppLimitGreaterThanMemoryAppLimit() : void from class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager | From | To | |
| Extract Variable allApps : int in method public testStateStoreAppLimitLessThanMemoryAppLimit() : void from class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager | From | To | |
| Extract Method | 4 | ||
| Extract Method private removeCompletedAppsFromMemory() : void extracted from protected checkAppNumCompletedLimit() : void in class org.apache.hadoop.yarn.server.resourcemanager.RMAppManager | From | To | |
| Extract Method private createMockRMContextInternal(map ConcurrentMap<ApplicationId,RMApp>) : RMContext extracted from public mockRMContext(n int, time long) : RMContext in class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager | From | To | |
| Extract Method private removeCompletedAppsFromStateStore() : void extracted from protected checkAppNumCompletedLimit() : void in class org.apache.hadoop.yarn.server.resourcemanager.RMAppManager | From | To | |
| Extract Method private createRMAppsMap(n int, time long) : ConcurrentMap<ApplicationId,RMApp> extracted from public mockRMContext(n int, time long) : RMContext in class org.apache.hadoop.yarn.server.resourcemanager.TestAppManager | From | To |