d124004d8b0396a44c26f4c35c263a15880f508c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable reconnectFut : GridCompoundFuture<?,?> to curReconnectFut : GridCompoundFuture in method public onReconnected(clusterRestarted boolean) : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Rename Attribute | 1 | ||
Rename Attribute socketTimeout : long to sockTimeout : long in class org.apache.ignite.spi.discovery.tcp.ClientImpl.SocketWriter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type reconnectFut : GridCompoundFuture<?,?> to curReconnectFut : GridCompoundFuture in method public onReconnected(clusterRestarted boolean) : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Method | 1 | ||
Extract Method private onDisconnected() : void extracted from protected body() : void in class org.apache.ignite.spi.discovery.tcp.ClientImpl.MessageWorker | From | To |