9d2ec1cc24652a14f5c37c0ba36ca5f7c19d2209
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type JdbcThinResultSet to void in method protected execute0(sql String, args List<Object>) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected args : ArrayList<Object> from class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement to protected args : ArrayList<Object> from class org.apache.ignite.internal.jdbc.thin.JdbcThinPreparedStatement | From | To | |
Extract Variable | 1 | ||
Extract Variable res : int in method public getUpdateCount() : int from class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement | From | To | |
Extract Method | 3 | ||
Extract Method private lastResultSet() : JdbcThinResultSet extracted from public getUpdateCount() : int in class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement | From | To | |
Extract Method private executeWithArguments() : void extracted from public executeQuery() : ResultSet in class org.apache.ignite.internal.jdbc.thin.JdbcThinPreparedStatement | From | To | |
Extract Method private lastResultSet() : JdbcThinResultSet extracted from public getResultSet() : ResultSet in class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement | From | To |