26ac858ac5f11846f7c9e6162865a9a8445f6ef3
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable node : ClusterNode to n : ClusterNode in method public beforeActivate(req DynamicCacheChangeRequest, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable t : DynamicCacheChangeRequest to activateReq : DynamicCacheChangeRequest in method public changeGlobalState(state CacheState) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable servNodes : List<ClusterNode> to nodes : Collection<ClusterNode> in method public beforeActivate(req DynamicCacheChangeRequest, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Inline Method | 1 | ||
Inline Method private createCacheChangeRequest(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, failIfExists boolean) : DynamicCacheChangeRequest inlined to private createRequest(cfg CacheConfiguration, internalCaches Set<String>) : DynamicCacheChangeRequest in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Return Type | 1 | ||
Change Return Type void to DynamicCacheChangeRequest in method private createRequest(cfg CacheConfiguration, internalCaches Set<String>) : DynamicCacheChangeRequest in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.ActivationMessageResponse renamed to org.apache.ignite.internal.processors.cache.GridActivationMessageResponse | From | To | |
Change Variable Type | 1 | ||
Change Variable Type servNodes : List<ClusterNode> to nodes : Collection<ClusterNode> in method public beforeActivate(req DynamicCacheChangeRequest, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Variable | 1 | ||
Extract Variable requestId : UUID in method public changeGlobalState(state CacheState) : IgniteInternalFuture<?> from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Inline Variable | 1 | ||
Inline Variable reqs : Collection<DynamicCacheChangeRequest> in method private onCacheChangeRequested(batch DynamicCacheChangeBatch, topVer AffinityTopologyVersion) : boolean from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private activate(req DynamicCacheChangeRequest) : void extracted from public onExchangeDone(topVer AffinityTopologyVersion, reqs Collection<DynamicCacheChangeRequest>, err Throwable) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |