9bd16929e6840f947a578bced7d3313e85b93764
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type command : String to command : String... in method public of(command String...) : ExecHealthCheck in class com.spotify.helios.common.descriptors.ExecHealthCheck | From | To | |
Change Parameter Type command : String to command : List<String> in method public ExecHealthCheck(command List<String>) in class com.spotify.helios.common.descriptors.ExecHealthCheck | From | To | |
Change Parameter Type command : String to command : List<String> in method public setCommand(command List<String>) : Builder in class com.spotify.helios.common.descriptors.ExecHealthCheck.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type String to List<String> in method public getCommand() : List<String> in class com.spotify.helios.common.descriptors.ExecHealthCheck | From | To | |
Change Return Type String to List<String> in method public getCommand() : List<String> in class com.spotify.helios.common.descriptors.ExecHealthCheck.Builder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type command : String to command : List<String> in class com.spotify.helios.common.descriptors.ExecHealthCheck | From | To | |
Change Attribute Type command : String to command : List<String> in class com.spotify.helios.common.descriptors.ExecHealthCheck.Builder | From | To |