152c52c56bcc7da5febb3a1b5c79e70a08882e74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getPreemptableTasksOnlyMachineAttributes() : Map<String,String> renamed to public getPreemptibleTasksOnlyMachineAttributes() : Map<String,String> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Method public getPreemptableTaskMaxExpectedRuntimeMs() : long renamed to public getPreemptibleTaskMaxExpectedRuntimeMs() : long in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Method public setPreemptableTasksOnlyMachineAttributes(preemptableTasksOnlyMachineAttributes Map<String,String>) : void renamed to public setPreemptibleTasksOnlyMachineAttributes(preemptibleTasksOnlyMachineAttributes Map<String,String>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Method public setPreemptableTaskMaxExpectedRuntimeMs(preemptableTaskMaxExpectedRuntimeMs long) : void renamed to public setPreemptibleTaskMaxExpectedRuntimeMs(preemptibleTaskMaxExpectedRuntimeMs long) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute preemptableTaskMaxExpectedRuntimeMs : long to preemptibleTaskMaxExpectedRuntimeMs : long in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Attribute preemptableTasksOnlyMachineAttributes : Map<String,String> to preemptibleTasksOnlyMachineAttributes : Map<String,String> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter preemptableTasksOnlyMachineAttributes : Map<String,String> to preemptibleTasksOnlyMachineAttributes : Map<String,String> in method public setPreemptibleTasksOnlyMachineAttributes(preemptibleTasksOnlyMachineAttributes Map<String,String>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Parameter preemptableTaskMaxExpectedRuntimeMs : long to preemptibleTaskMaxExpectedRuntimeMs : long in method public setPreemptibleTaskMaxExpectedRuntimeMs(preemptibleTaskMaxExpectedRuntimeMs long) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To |