c57c555b2b1103e50486eb8af9f01cbab83e9456
Files Diff
- Added: 126
- Removed: 0
- Renamed: 0
- Modified: 129
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type portStates : String... to portStates : InstancePortState... in method public withPortStates(portStates InstancePortState...) : GetInstancePortStatesResult in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To | |
Change Parameter Type portStates : Collection<String> to portStates : Collection<InstancePortState> in method public setPortStates(portStates Collection<InstancePortState>) : void in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To | |
Change Parameter Type portStates : Collection<String> to portStates : Collection<InstancePortState> in method public withPortStates(portStates Collection<InstancePortState>) : GetInstancePortStatesResult in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<InstancePortState> in method public getPortStates() : List<InstancePortState> in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ele : String to ele : InstancePortState in method public withPortStates(portStates InstancePortState...) : GetInstancePortStatesResult in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type portStates : List<String> to portStates : List<InstancePortState> in class com.amazonaws.services.lightsail.model.GetInstancePortStatesResult | From | To |