68c178ef111bb02fb62b7c969c704c58d272cf04
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected processClientCreationError(node ClusterNode, addrs Collection<InetSocketAddress>, errs IgniteCheckedException) : void renamed to protected processSessionCreationError(node ClusterNode, addrs Collection<InetSocketAddress>, errs IgniteCheckedException) : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Rename Method private createNioClient(node ClusterNode, connIdx int) : GridCommunicationClient renamed to private createCommunicationClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Rename Variable | 1 | ||
Rename Variable client : GridCommunicationClient to session : GridNioSession in method private createNioSession(node ClusterNode, connIdx int) : GridNioSession in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Move Class | 1 | ||
Move Class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.HandshakeException moved to org.apache.ignite.spi.communication.tcp.internal.HandshakeException | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : GridCommunicationClient to session : GridNioSession in method private createNioSession(node ClusterNode, connIdx int) : GridNioSession in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Extract Method | 1 | ||
Extract Method private createNioSession(node ClusterNode, connIdx int) : GridNioSession extracted from protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To |