4902ba26b84c79d261b0f38760da4e52a2942427
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 3 | ||
Move Attribute protected connectionProperties : Properties from class com.facebook.presto.plugin.jdbc.BaseJdbcClient to private connectionProperties : Properties from class com.facebook.presto.plugin.jdbc.DriverConnectionFactory | From | To | |
Move Attribute protected connectionUrl : String from class com.facebook.presto.plugin.jdbc.BaseJdbcClient to private connectionUrl : String from class com.facebook.presto.plugin.jdbc.DriverConnectionFactory | From | To | |
Move Attribute protected driver : Driver from class com.facebook.presto.plugin.jdbc.BaseJdbcClient to private driver : Driver from class com.facebook.presto.plugin.jdbc.DriverConnectionFactory | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.plugin.jdbc.DriverConnectionFactory from class com.facebook.presto.plugin.jdbc.BaseJdbcClient | From | To | |
Extract Method | 1 | ||
Extract Method private connectionFactory(config BaseJdbcConfig, mySqlConfig MySqlConfig) : ConnectionFactory extracted from public MySqlClient(connectorId JdbcConnectorId, config BaseJdbcConfig, mySqlConfig MySqlConfig) in class com.facebook.presto.plugin.mysql.MySqlClient | From | To |