f6240e535efc08bfbde4ff4eea8133f698110037
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setHealthcheckMaxRetries(healthcheckMaxRetries int) : void renamed to public setDefaultHealthcheckMaxRetries(defaultHealthcheckMaxRetries int) : void in class com.hubspot.singularity.executor.config.SingularityExecutorConfiguration | From | To | |
Rename Method public getHealthcheckMaxRetries() : int renamed to public getDefaultHealthcheckMaxRetries() : int in class com.hubspot.singularity.executor.config.SingularityExecutorConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute healthcheckMaxRetries : int to defaultHealthcheckMaxRetries : int in class com.hubspot.singularity.executor.config.SingularityExecutorConfiguration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type retryer : Retryer<String> to retryer : Retryer<Boolean> in method private runHealthCheck() : void in class com.hubspot.singularity.executor.task.SingularityExecutorTaskProcessCallable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter healthcheckMaxRetries : int to defaultHealthcheckMaxRetries : int in method public setDefaultHealthcheckMaxRetries(defaultHealthcheckMaxRetries int) : void in class com.hubspot.singularity.executor.config.SingularityExecutorConfiguration | From | To |