018001011daff723d120834da7b4f57bad7f8f71
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public affinityCacheName() : String renamed to public affinityCacheNames() : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T4 | From | To | |
Rename Method public affinityCacheName() : String renamed to public affinityCacheNames() : Collection<String> in class org.apache.ignite.internal.processors.closure.AffinityTask | From | To | |
Change Return Type | 2 | ||
Change Return Type String to Collection<String> in method public affinityCacheNames() : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T4 | From | To | |
Change Return Type String to Collection<String> in method public affinityCacheNames() : Collection<String> in class org.apache.ignite.internal.processors.closure.AffinityTask | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute topVer : AffinityTopologyVersion to mapTopVer : AffinityTopologyVersion in method package onResponse(msg GridJobExecuteResponse) : void in class org.apache.ignite.internal.processors.task.GridTaskWorker | From | To | |
Rename Attribute | 2 | ||
Rename Attribute affCacheName : String to affCacheNames : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T4 | From | To | |
Rename Attribute affCacheName : String to affCacheNames : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T5 | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type affCacheName : String to affCacheNames : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T4 | From | To | |
Change Attribute Type affCacheName : String to affCacheNames : Collection<String> in class org.apache.ignite.internal.processors.closure.GridClosureProcessor.T5 | From | To | |
Extract Method | 4 | ||
Extract Method package finishJob(res Object, ex IgniteException, sndReply boolean, retry boolean) : void extracted from package finishJob(res Object, ex IgniteException, sndReply boolean) : void in class org.apache.ignite.internal.processors.job.GridJobWorker | From | To | |
Extract Method public localEntriesIterator(primary boolean, backup boolean, keepBinary boolean, topVer AffinityTopologyVersion) : Iterator<Cache.Entry<K,V>> extracted from public localEntriesIterator(primary boolean, backup boolean, keepBinary boolean) : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | From | To | |
Extract Method private checkTargetNode(res GridJobExecuteResponse, jobRes GridJobResultImpl, node ClusterNode) : boolean extracted from private failover(res GridJobExecuteResponse, jobRes GridJobResultImpl, top Collection<? extends ClusterNode>) : boolean in class org.apache.ignite.internal.processors.task.GridTaskWorker | From | To | |
Extract Method public rawSwapIterator(primary boolean, backup boolean, topVer AffinityTopologyVersion) : GridCloseableIterator<Map.Entry<byte[],byte[]>> extracted from public rawSwapIterator(primary boolean, backup boolean) : GridCloseableIterator<Map.Entry<byte[],byte[]>> in class org.apache.ignite.internal.processors.cache.GridCacheSwapManager | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public retry() : boolean extracted from package onResponse(msg GridJobExecuteResponse) : void in class org.apache.ignite.internal.processors.task.GridTaskWorker & moved to class org.apache.ignite.internal.GridJobExecuteResponse | From | To |