e4e3036e9d77f85b166a82ab950821a89580d1b1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getHealthCheckResultFilePath() : Optional<String> renamed to public getHealthcheckResultFilePath() : Optional<String> in class com.hubspot.singularity.executor.task.SingularityExecutorTaskDefinition | From | To | |
Rename Method private runHealthCheck() : void renamed to private runHealthcheck() : void in class com.hubspot.singularity.executor.task.SingularityExecutorTaskProcessCallable | From | To | |
Rename Method public getHealthCheckOptions() : Optional<HealthcheckOptions> renamed to public getHealthcheckOptions() : Optional<HealthcheckOptions> in class com.hubspot.singularity.SingularityTaskExecutorData | From | To | |
Rename Method public getHealthCheckOptions() : Optional<HealthcheckOptions> renamed to public getHealthcheckOptions() : Optional<HealthcheckOptions> in class com.hubspot.singularity.executor.task.SingularityExecutorTaskDefinition | From | To | |
Rename Variable | 1 | ||
Rename Variable expectedHealthCheckResultFilePath : Optional<String> to expectedHealthcheckResultFilePath : Optional<String> in method private runHealthcheck() : void in class com.hubspot.singularity.executor.task.SingularityExecutorTaskProcessCallable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter healthCheckOptions : Optional<HealthcheckOptions> to healthcheckOptions : Optional<HealthcheckOptions> in method public SingularityTaskExecutorData(executorData ExecutorData, s3UploaderAdditionalFiles List<SingularityS3UploaderFile>, defaultS3Bucket String, s3UploaderKeyPattern String, serviceLog String, serviceFinishedTailLog String, requestGroup Optional<String>, s3StorageClass Optional<String>, applyS3StorageClassAfterBytes Optional<Long>, cpuHardLimit Optional<Integer>, healthcheckOptions Optional<HealthcheckOptions>) in class com.hubspot.singularity.SingularityTaskExecutorData | From | To |