e37efa3357d96e7831068eaec29627bd1bcc2ba0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type ssl : GridTuple<SSLEngine> to ssl : SSLEngine in method private safeHandshake(client T, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, ssl SSLEngine) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Rename Variable | 1 | ||
Rename Variable ssl : GridTuple<SSLEngine> to sslEngine : SSLEngine in method protected createTcpClient(node ClusterNode) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Extract Variable | 1 | ||
Extract Variable decode : ByteBuffer in method private safeHandshake(client T, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, ssl SSLEngine) : long from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ssl : GridTuple<SSLEngine> to sslEngine : SSLEngine in method protected createTcpClient(node ClusterNode) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To |