1dc793c824f1508b9485dba371102cd727f5523a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type healthcheckMaxTotalTimeoutSeconds : Optional<Long> to healthcheckMaxTotalTimeoutSeconds : Optional<Integer> in method public setHealthcheckMaxTotalTimeoutSeconds(healthcheckMaxTotalTimeoutSeconds Optional<Integer>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<Long> to Optional<Integer> in method public getHealthcheckMaxTotalTimeoutSeconds() : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type healthcheckMaxTotalTimeoutSeconds : Optional<Long> to healthcheckMaxTotalTimeoutSeconds : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To |