20f0eb871c57cc4c5a6d19aae0e3745b6175509b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testFairShareWithMaxResources() : void renamed to public testFairShareWithHighMaxResources() : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler | From | To | |
| Extract Method | 2 | ||
| Extract Method private createNewQueues(queueType FSQueueType, topParent FSParentQueue, newQueueNames List<String>) : FSQueue extracted from private createQueue(name String, queueType FSQueueType) : FSQueue in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueueManager | From | To | |
| Extract Method private buildNewQueueList(name String, newQueueNames List<String>) : FSParentQueue extracted from private createQueue(name String, queueType FSQueueType) : FSQueue in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueueManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter queueName : String to queue : String in method public getMaxResources(queue String) : Resource in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationConfiguration | From | To |