6b78ad0cbbcf286cb083136c49cebd5dd85de58c
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable process : boolean to proc : boolean in method protected processMessage(msg TcpDiscoveryAbstractMessage) : void in class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker | From | To | |
| Rename Variable socketTimeout : long to sockTimeout : long in method protected body() : void in class org.apache.ignite.spi.discovery.tcp.ServerImpl.SocketReader | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private pendingCustomMsgs : Queue<TcpDiscoveryCustomEventMessage> from class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker to private pendingCustomMsgs : Queue<TcpDiscoveryCustomEventMessage> from class org.apache.ignite.spi.discovery.tcp.ServerImpl | From | To | |
| Move Attribute private joiningNodes : Set<UUID> from class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker to private joiningNodes : Set<UUID> from class org.apache.ignite.spi.discovery.tcp.ServerImpl | From | To | |
| Extract Variable | 3 | ||
| Extract Variable rmtTopVer : AffinityTopologyVersion in method private refreshPartitions() : void from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
| Extract Variable joiningEmpty : boolean in method private checkPendingCustomMessages() : void from class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker | From | To | |
| Extract Variable joiningEmpty : boolean in method private processCustomMessage(msg TcpDiscoveryCustomEventMessage) : void from class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type debugLog : ConcurrentLinkedDeque<String> to debugLog : ServerImpl.DebugLogger in class org.apache.ignite.spi.discovery.tcp.TcpDiscoveryImpl | From | To |