4a2d867d779c352f8968c5a48bf52834deb010f1
Files Diff
- Added: 24
- Removed: 1
- Renamed: 0
- Modified: 57
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [distributedJoins : boolean, enforceJoinOrder : boolean, replicatedOnly : boolean, collocated : boolean, lazy : boolean, skipReducerOnUpdate : boolean] to cliCtx : SqlClientContext in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type sender : JdbcResponseSender to sender : ClientListenerResponseSender in method public JdbcRequestHandler(ctx GridKernalContext, busyLock GridSpinBusyLock, sender ClientListenerResponseSender, maxCursors int, distributedJoins boolean, enforceJoinOrder boolean, collocated boolean, replicatedOnly boolean, autoCloseCursors boolean, lazy boolean, skipReducerOnUpdate boolean, nestedTxMode NestedTxMode, actx AuthorizationContext, protocolVer ClientListenerProtocolVersion) in class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Change Parameter Type cmd : int to cmd : byte in method public OdbcRequest(cmd byte) in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Return Type | 1 | ||
Change Return Type int to byte in method public command() : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.ignite.internal.processors.odbc.jdbc.JdbcResponseSender moved and renamed to org.apache.ignite.internal.processors.odbc.ClientListenerResponseSender | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sender : JdbcResponseSender to sender : ClientListenerResponseSender in method public initializeFromHandshake(ver ClientListenerProtocolVersion, reader BinaryReaderExImpl) : void in class org.apache.ignite.internal.processors.odbc.jdbc.JdbcConnectionContext | From | To | |
Extract Method | 2 | ||
Extract Method private makeQuery(schema String, sql String) : SqlFieldsQueryEx extracted from private makeQuery(schema String, sql String, args Object[], timeout int, autoCommit boolean) : SqlFieldsQueryEx in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler | From | To | |
Extract Method private extractBatchError(e Exception, rowsAffected List<Long>, err IgniteBiTuple<Integer,String>) : void extracted from private exceptionToBatchResult(e Exception) : OdbcResponse in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler | From | To | |
Change Attribute Type | 10 | ||
Change Attribute Type QRY_EXEC : int to QRY_EXEC : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type META_TBLS : int to META_TBLS : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type META_COLS : int to META_COLS : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type sender : JdbcResponseSender to sender : ClientListenerResponseSender in class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Change Attribute Type QRY_FETCH : int to QRY_FETCH : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type QRY_CLOSE : int to QRY_CLOSE : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type MORE_RESULTS : int to MORE_RESULTS : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type cmd : int to cmd : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type QRY_EXEC_BATCH : int to QRY_EXEC_BATCH : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To | |
Change Attribute Type META_PARAMS : int to META_PARAMS : byte in class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest | From | To |