26d141e4ca66f717db0771ab8fdc83e301875595
Files Diff
- Added: 5
 - Removed: 0
 - Renamed: 0
 - Modified: 23
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private connectionError(errs IgniteCheckedException) : boolean renamed to private isRecoverableException(errs Exception) : boolean in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type errs : IgniteCheckedException to errs : Exception in method private isRecoverableException(errs Exception) : boolean in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Move Method | 9 | ||
| Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.IgniteBinaryMetadataUpdateNodeRestartTest to protected beforeTestsStarted() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.GridCachePutAllFailoverSelfTest to protected beforeTestsStarted() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.IgniteCachePutAllRestartTest to protected beforeTestsStarted() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractNodeRestartSelfTest to protected beforeTestsStarted() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest to protected afterTestsStopped() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractNodeRestartSelfTest to protected afterTestsStopped() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.IgniteCachePutAllRestartTest to protected afterTestsStopped() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest to protected beforeTestsStarted() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Move Method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.GridCachePutAllFailoverSelfTest to protected afterTestsStopped() : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable connTimeout0 : long to connTimeoutStgy : TimeoutStrategy in method protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Extract Class | 4 | ||
| Extract Class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest from class org.apache.ignite.internal.processors.cache.IgniteCachePutAllRestartTest | From | To | |
| Extract Class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest from class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheNearRestartRollbackSelfTest | From | To | |
| Extract Class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest from class org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractNodeRestartSelfTest | From | To | |
| Extract Class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest from class org.apache.ignite.internal.processors.cache.GridCachePutAllFailoverSelfTest | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private DFLT_NEED_WAIT_DELAY : int in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type rcvCnt : Long to rcvCnt : long in method protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Change Variable Type connTimeout0 : long to connTimeoutStgy : TimeoutStrategy in method protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Extract Variable | 2 | ||
| Extract Variable msg : String in method protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Inline Variable | 2 | ||
| Inline Variable cancelled : boolean in method private safeShmemHandshake(client GridCommunicationClient, rmtNodeId UUID, timeout long) : void from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Inline Variable cancelled : boolean in method private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Extract Method | 3 | ||
| Extract Method public testClientConnectToBigTopology0() : void extracted from public testClientConnectToBigTopology() : void in class org.apache.ignite.spi.discovery.tcp.IgniteClientConnectTest | From | To | |
| Extract Method private handshakeTimeoutException() : IgniteSpiOperationTimeoutException extracted from private safeShmemHandshake(client GridCommunicationClient, rmtNodeId UUID, timeout long) : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Extract Method private handshakeTimeoutException() : IgniteSpiOperationTimeoutException extracted from private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To |