e666fc5ddcb073e4be8f0680aff8b13653a23b47
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getHost() : String renamed to public getSchema() : String in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Rename Method public getHost() : String renamed to public getSchema() : String in class org.apache.ignite.internal.jdbc.thin.ConnectionProperties | From | To | |
Rename Method public setHost(host String) : void renamed to public setSchema(schema String) : void in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Rename Method public setHost(host String) : void renamed to public setSchema(schema String) : void in class org.apache.ignite.internal.jdbc.thin.ConnectionProperties | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public getDriverPropertyInfo(props Properties) : DriverPropertyInfo[] moved from class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl to class org.apache.ignite.IgniteJdbcThinDriver & inlined to public getPropertyInfo(url String, info Properties) : DriverPropertyInfo[] | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type addr : InetAddress to addr : InetSocketAddress in method private connect(addr InetSocketAddress, timeout int) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Change Parameter Type connProps : ConnectionProperties to addr : InetSocketAddress in method public createSSLSocket(addr InetSocketAddress, connProps ConnectionProperties) : SSLSocket in class org.apache.ignite.internal.jdbc.thin.JdbcThinSSLUtil | From | To | |
Move Method | 2 | ||
Move Method private parseParameters(str String, props Properties) : void from class org.apache.ignite.IgniteJdbcThinDriver to private parseParameters(str String, props Properties) : void from class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Move Method private parseUrl(url String, props Properties) : String from class org.apache.ignite.IgniteJdbcThinDriver to private parseUrl(url String, props Properties) : void from class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type String to void in method private parseUrl(url String, props Properties) : void in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute host : StringProperty to schema : StringProperty in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Extract Method | 2 | ||
Extract Method private ensureConnected() : void extracted from package sendRequest(req JdbcRequest) : R in class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Extract Method private ensureConnected() : void extracted from public JdbcThinConnection(url String, schema String, props Properties) in class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Rename Parameter | 3 | ||
Rename Parameter host : String to schema : String in method public setSchema(schema String) : void in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Rename Parameter host : String to schema : String in method public setSchema(schema String) : void in class org.apache.ignite.internal.jdbc.thin.ConnectionProperties | From | To | |
Rename Parameter connProps : ConnectionProperties to addr : InetSocketAddress in method public createSSLSocket(addr InetSocketAddress, connProps ConnectionProperties) : SSLSocket in class org.apache.ignite.internal.jdbc.thin.JdbcThinSSLUtil | From | To |