67483773930e7f3517114b0e6efec7d8410531b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getStatement(connection Connection) : Statement renamed to public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.postgresql.PostgreSqlClient | From | To | |
| Rename Method public getStatement(connection Connection) : Statement renamed to public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.jdbc.BaseJdbcClient | From | To | |
| Rename Method public getStatement(connection Connection) : Statement renamed to public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.jdbc.JdbcClient | From | To | |
| Rename Method public getStatement(connection Connection) : Statement renamed to public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.mysql.MySqlClient | From | To | |
| Change Return Type | 4 | ||
| Change Return Type Statement to PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.postgresql.PostgreSqlClient | From | To | |
| Change Return Type Statement to PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.jdbc.BaseJdbcClient | From | To | |
| Change Return Type Statement to PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.jdbc.JdbcClient | From | To | |
| Change Return Type Statement to PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.mysql.MySqlClient | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute dummyHandle : Handle to database : TestingDatabase in class com.facebook.presto.plugin.jdbc.TestJdbcQueryBuilder | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type statement : Statement to statement : PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.mysql.MySqlClient | From | To | |
| Change Variable Type statement : Statement to statement : PreparedStatement in method public getPreparedStatement(connection Connection, sql String) : PreparedStatement in class com.facebook.presto.plugin.postgresql.PostgreSqlClient | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type dummyHandle : Handle to database : TestingDatabase in class com.facebook.presto.plugin.jdbc.TestJdbcQueryBuilder | From | To |