1e881d26ad8ab8090b02f178d527ae76924f2799
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private isRunningLongerthanThreshold(deploy SingularityDeploy, durationSinceRunning long) : boolean renamed to private isRunningLongerThanThreshold(deploy SingularityDeploy, durationSinceRunning long) : boolean in class com.hubspot.singularity.scheduler.SingularityDeployHealthHelper | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type healthcheckResults : Map<SingularityTaskId,SingularityTaskHealthcheckResult> to healthcheckResult : SingularityTaskHealthcheckResult in method private getHealthcheckedTaskFailure(deploy SingularityDeploy, taskUpdates Map<SingularityTaskId,List<SingularityTaskHistoryUpdate>>, healthcheckResult SingularityTaskHealthcheckResult, taskId SingularityTaskId) : Optional<SingularityDeployFailure> in class com.hubspot.singularity.scheduler.SingularityDeployHealthHelper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter healthcheckResults : Map<SingularityTaskId,SingularityTaskHealthcheckResult> to healthcheckResult : SingularityTaskHealthcheckResult in method private getHealthcheckedTaskFailure(deploy SingularityDeploy, taskUpdates Map<SingularityTaskId,List<SingularityTaskHistoryUpdate>>, healthcheckResult SingularityTaskHealthcheckResult, taskId SingularityTaskId) : Optional<SingularityDeployFailure> in class com.hubspot.singularity.scheduler.SingularityDeployHealthHelper | From | To |