fd778e617f7835b51f8879a86761ee8036e0a915
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected processMessage(msg TcpDiscoveryAbstractMessage) : void renamed to protected processDiscoveryMessage(msg TcpDiscoveryAbstractMessage) : void in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.MessageWorker | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public start() : void moved from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketReader to class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi & inlined to public spiStart(gridName String) : void | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to Socket in method private joinTopology(recon boolean) : Socket in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private sock : Socket from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi to private sock : Socket from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketWriter | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketWriter from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi | From | To | |
| Move And Rename Attribute | 1 | ||
| Move And Rename Attribute private msgWrk : MessageWorker renamed to private msgWorker : MessageWorker and moved from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketReader to class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute disconnectHnd : DisconnectHandler to sockReader : SocketReader in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi | From | To | |
| Inline Variable | 3 | ||
| Inline Variable err : IgniteSpiException in method protected body() : void from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketReader | From | To | |
| Inline Variable sock0 : Socket in method protected body() : void from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.SocketReader | From | To | |
| Inline Variable leaveLatch0 : CountDownLatch in method private processNodeLeftMessage(msg TcpDiscoveryNodeLeftMessage) : void from class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.MessageWorker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type disconnectHnd : DisconnectHandler to sockReader : SocketReader in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi | From | To |