84e31966d0b4e6c3671975da221b89c5a22f04e5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public prepareCacheStart(req DynamicCacheChangeRequest) : void renamed to public prepareCachesStart(reqs Collection<DynamicCacheChangeRequest>, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [clientNodeStart : boolean, affNodeStart : boolean] to desc : DynamicCacheDescriptor in method public prepareCachesStart(reqs Collection<DynamicCacheChangeRequest>, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable desc : DynamicCacheDescriptor in method public onDiscoveryDataReceived(nodeId UUID, data Object) : void from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Extract Method | 1 | ||
| Extract Method private prepareCacheStart(cfg CacheConfiguration, nearCfg NearCacheConfiguration, clientStartOnly boolean, initiatingNodeId UUID, deploymentId IgniteUuid, topVer AffinityTopologyVersion) : void extracted from public prepareCacheStart(req DynamicCacheChangeRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |