5aaee059ffbd0f757355a35ed1a0aa20d6e9685b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public activated(nodeId UUID) : boolean moved from class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager to class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.DiscoCache & inlined to private DiscoCache(loc ClusterNode, rmts Collection<ClusterNode>, activated Collection<ClusterNode>) | From | To | |
Change Variable Type | 1 | ||
Change Variable Type map : HashMap<String,Object> to map : Map<String,Object> in method public onDiscoveryDataReceived(joiningNodeId UUID, rmtNodeId UUID, data Serializable) : void in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type activatedNodes : Set<UUID> to activatedNodes : Set<ClusterNode> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To |