2109bc0fb5fe249980cd2e75cce29d723f3a0d85
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type fut : SettableFuture<Boolean> to fut : GridFutureAdapter<Boolean> in method public pingResult(res boolean) : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.ClientMessageWorker | From | To | |
Change Variable Type fut : SettableFuture<Boolean> to fut : GridFutureAdapter<Boolean> in method public ping() : boolean in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.ClientMessageWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pingFut : AtomicReference<SettableFuture<Boolean>> to pingFut : AtomicReference<GridFutureAdapter<Boolean>> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.ClientMessageWorker | From | To |