8736fc39ac3b3de168d2c216f3d1c0edb48fb3f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private addNewAllocateRequest(allocateRequest AllocateRequest) : void extracted from public allocate(allocateRequest AllocateRequest) : AllocateResponse in class org.apache.hadoop.yarn.server.AMRMClientRelayer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public assembleInvalidResponseIdExceptionMessage(appAttemptId ApplicationAttemptId, expected int, received int) : String extracted from public allocate(request AllocateRequest) : AllocateResponse in class org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService & moved to class org.apache.hadoop.yarn.client.AMRMClientUtils | From | To |