2e8387d61ea606ad3e8a37071c31cdaad261048e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setMaxTasksToShuffleForCpuOverage(maxTasksToShuffleForCpuOverage int) : void renamed to public setMaxTasksToShufflePerHost(maxTasksToShufflePerHost int) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Method public getMaxTasksToShuffleForCpuOverage() : int renamed to public getMaxTasksToShuffleTotal() : int in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SingularityConfiguration to void in method public setUsageIntervalSeconds(usageIntervalSeconds int) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute maxTasksToShuffleForCpuOverage : int to maxTasksToShufflePerHost : int in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter maxTasksToShuffleForCpuOverage : int to maxTasksToShufflePerHost : int in method public setMaxTasksToShufflePerHost(maxTasksToShufflePerHost int) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To |