04f0740238d536bc625f6a97262e606cf59e2b93
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type affectedRows : Collection<Long> to affectedRows : long[] in method public OdbcQueryExecuteBatchResult(affectedRows long[], errorSetIdx long, errorCode int, errorMessage String) in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteBatchResult | From | To | |
Change Parameter Type affectedRows : Collection<Long> to affectedRows : long[] in method private writeAffectedRows(writer BinaryWriterExImpl, affectedRows long[]) : void in class org.apache.ignite.internal.processors.odbc.odbc.OdbcMessageParser | From | To | |
Change Parameter Type affectedRows : Collection<Long> to affectedRows : long[] in method public OdbcQueryExecuteResult(queryId long, columnsMetadata Collection<OdbcColumnMeta>, affectedRows long[]) in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteResult | From | To | |
Change Parameter Type affectedRows : Collection<Long> to affectedRows : long[] in method public OdbcQueryExecuteBatchResult(affectedRows long[]) in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteBatchResult | From | To | |
Change Return Type | 3 | ||
Change Return Type Collection<Long> to long[] in method public affectedRows() : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteBatchResult | From | To | |
Change Return Type Collection<Long> to long[] in method public affectedRows() : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteResult | From | To | |
Change Return Type List<Long> to long[] in method public rowsAffected() : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryResults | From | To | |
Rename Attribute | 1 | ||
Rename Attribute currentResultSetIdx : int to nextResultSetIdx : int in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryResults | From | To | |
Change Variable Type | 1 | ||
Change Variable Type value : Long to value : long in method private writeAffectedRows(writer BinaryWriterExImpl, affectedRows long[]) : void in class org.apache.ignite.internal.processors.odbc.odbc.OdbcMessageParser | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type affectedRows : Collection<Long> to affectedRows : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteResult | From | To | |
Change Attribute Type rowsAffected : List<Long> to rowsAffected : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryResults | From | To | |
Change Attribute Type affectedRows : Collection<Long> to affectedRows : long[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteBatchResult | From | To |