c10be5780589cc84e7929e234e4411d515166e0b
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getQueryId() : long renamed to public queryId() : long in class org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryExecuteResult | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable argsNum : int to paramNum : int in method private readParameterRow(reader BinaryReaderExImpl, paramNum int) : Object[] in class org.apache.ignite.internal.processors.odbc.odbc.OdbcMessageParser | From | To | |
Extract Method | 2 | ||
Extract Method private readParameterRow(reader BinaryReaderExImpl, paramNum int) : Object[] extracted from public decode(msg byte[]) : SqlListenerRequest in class org.apache.ignite.internal.processors.odbc.odbc.OdbcMessageParser | From | To |