490478749f478aec1d09cfa9aa7537d0875a4218
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type transportAddresses : List<InetSocketTransportAddress> to transportAddresses : String in method public setTransportAddresses(transportAddresses String) : void in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Change Parameter Type port : Integer to port : int in method public setPort(port int) : void in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Inline Method | 1 | ||
| Inline Method public setAuthority(authority String) : void inlined to public ElasticsearchConfiguration(uri URI, parameters Map<String,Object>) in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<InetSocketTransportAddress> to String in method public getTransportAddresses() : String in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Change Return Type Integer to int in method public getPort() : int in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type port : Integer to port : int in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To | |
| Change Attribute Type transportAddresses : List<InetSocketTransportAddress> to transportAddresses : String in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration | From | To |