776cc6e70a2a0a2d2e69f9bd89e3d44784402dec
Files Diff
- Added: 5
 - Removed: 3
 - Renamed: 0
 - Modified: 23
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable hostPort : HostAndPortRange to res : HostAndPortRange in method private parseOdbcEndpoint(odbcCfg OdbcConfiguration) : HostAndPortRange in class org.apache.ignite.internal.processors.odbc.SqlListenerProcessor | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.ignite.internal.processors.odbc.SqlListenerProcessorValidationSelfTest renamed to org.apache.ignite.internal.processors.odbc.OdbcConfigurationValidationSelfTest | From | To | |
| Move Class | 2 | ||
| Move Class org.apache.ignite.internal.processors.odbc.OdbcUtils moved to org.apache.ignite.internal.processors.odbc.odbc.OdbcUtils | From | To | |
| Move Class org.apache.ignite.internal.processors.odbc.OdbcTypes moved to org.apache.ignite.internal.processors.odbc.odbc.OdbcTypes | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute odbcExecSvc : ExecutorService to execSvc : ExecutorService in class org.apache.ignite.internal.processors.odbc.SqlListenerProcessor | From | To | |
| Extract Method | 2 | ||
| Extract Method private parseOdbcEndpoint(odbcCfg OdbcConfiguration) : HostAndPortRange extracted from public start(activeOnStart boolean) : void in class org.apache.ignite.internal.processors.odbc.SqlListenerProcessor | From | To | |
| Extract Method private prepareConfiguration(cfg IgniteConfiguration) : SqlConnectorConfiguration extracted from public start(activeOnStart boolean) : void in class org.apache.ignite.internal.processors.odbc.SqlListenerProcessor | From | To |