82924a3c2cfddc0cda43e9c35968cbeb85e7e5b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type startupDelaySeconds : int to startupDelaySeconds : Optional<Integer> in method public setStartupDelaySeconds(startupDelaySeconds Optional<Integer>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type int to Optional<Integer> in method public getStartupDelaySeconds() : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type startupDelaySeconds : int to startupDelaySeconds : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To |