6885297a0ab96887753f939e47afb264b19f2613
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public JdbcThinTcpIo(connProps ConnectionProperties, sockAddr InetSocketAddress, timeout int) renamed to private connect(addr InetSocketAddress, timeout int) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Move And Inline Method | 3 | ||
Move And Inline Method public timeout(ms int) : void moved from class org.apache.ignite.internal.util.ipc.loopback.IpcClientTcpEndpoint to class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo & inlined to public timeout(ms int) : void | From | To | |
Move And Inline Method public timeout() : int moved from class org.apache.ignite.internal.util.ipc.loopback.IpcClientTcpEndpoint to class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo & inlined to public timeout() : int | From | To | |
Move And Inline Method package currentRequestMeta(currReqId long, currCliIo JdbcThinTcpIo) : void moved from class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement to class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo & inlined to package sendRequest(req JdbcRequest, stmt JdbcThinStatement) : JdbcResponse | From | To | |
Move Method | 1 | ||
Move Method public serverIndex() : int from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection to public serverIndex() : int from class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Change Return Type | 4 | ||
Change Return Type HandshakeResult to void in method public handshake(ver ClientListenerProtocolVersion) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Change Return Type JdbcResultWithIo to R in method package sendRequest(req JdbcRequest, stmt JdbcThinStatement) : R in class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Change Return Type JdbcResultWithIo to R in method package sendRequest(req JdbcRequest) : R in class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Change Return Type HandshakeResult to void in method private handshake_2_1_0() : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Move Attribute | 4 | ||
Move Attribute private mux : Object from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection to private mux : Object from class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Move Attribute private ownThread : Thread from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection to private ownThread : Thread from class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Move Attribute private srvIdx : int from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection to private srvIdx : int from class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Move Attribute private cliIo : JdbcThinTcpIo from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcResultWithIo to private cliIo : JdbcThinTcpIo from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private streamingStickyIo : JdbcThinTcpIo renamed to private cliIo : JdbcThinTcpIo and moved from class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.StreamState to class org.apache.ignite.internal.jdbc.thin.JdbcThinConnection | From | To | |
Rename Attribute | 3 | ||
Rename Attribute url : String to URL : String in class org.apache.ignite.jdbc.thin.JdbcThinConnectionSelfTest | From | To | |
Rename Attribute url : String to URL : String in class org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest | From | To | |
Rename Attribute srvProtoVer : ClientListenerProtocolVersion to srvProtocolVer : ClientListenerProtocolVersion in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sockAddr : InetSocketAddress to addr : InetSocketAddress in method private connect(addr InetSocketAddress, timeout int) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo | From | To |