b8870305c74ea5ed489a98de73086e5bb67ff9a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected exchangeClassLoader(node TcpDiscoveryNode) : ClassLoader renamed to protected customMessageClassLoader(node TcpDiscoveryNode) : ClassLoader in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi | From | To | |
Rename Method public testNodeJoinWithP2P() : void renamed to public _testNodeJoinWithP2P() : void in class org.apache.ignite.internal.processors.continuous.GridEventConsumeSelfTest | From | To | |
Pull Up Method | 1 | ||
Pull Up Method protected onExchange(joiningNode TcpDiscoveryNode, nodeId UUID, data Map<Integer,byte[]>) : void from class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi to protected onExchange(joiningNodeID UUID, nodeId UUID, data Map<Integer,byte[]>, clsLdr ClassLoader) : void from class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpiAdapter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type msg : Serializable to msgBytes : byte[] in method public TcpDiscoveryCustomEventMessage(creatorNodeId UUID, msgBytes byte[]) in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCustomEventMessage | From | To | |
Rename Variable | 1 | ||
Rename Variable isLocalNodeRouter : boolean to isLocNodeRouter : boolean in method private processClientReconnectMessage(msg TcpDiscoveryClientReconnectMessage) : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.RingMessageWorker | From | To | |
Rename Attribute | 2 | ||
Rename Attribute ldrs : ConcurrentMap<UUID,DiscoveryDeploymentClassLoader> to p2pLdrs : ConcurrentMap<UUID,DiscoveryDeploymentClassLoader> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi | From | To | |
Rename Attribute msg : Serializable to msgBytes : byte[] in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCustomEventMessage | From | To | |
Extract Variable | 1 | ||
Extract Variable node : TcpDiscoveryNode in method private processCustomMessage(msg TcpDiscoveryCustomEventMessage) : void from class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.RingMessageWorker | From | To | |
Extract Method | 1 | ||
Extract Method private request(sock Socket, msg TcpDiscoveryGetClassRequest) : TcpDiscoveryGetClassResponse extracted from private requestClass(name String) : TcpDiscoveryGetClassResponse in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.DiscoveryDeploymentClassLoader | From | To | |
Inline Variable | 1 | ||
Inline Variable nodeId : UUID in method protected exchangeClassLoader(node TcpDiscoveryNode) : ClassLoader from class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type locLdr : LocalDeploymentClassLoader to locLdr : ClassLoader in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi | From | To | |
Change Attribute Type msg : Serializable to msgBytes : byte[] in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCustomEventMessage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter msg : Serializable to msgBytes : byte[] in method public TcpDiscoveryCustomEventMessage(creatorNodeId UUID, msgBytes byte[]) in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCustomEventMessage | From | To |