217accfbc396d1c94e509a6fa9e8d51db6e157d2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fut : Future to fut : Future<R> in method private getUninterruptibly(fut Future<R>) : R in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type void to R in method private getUninterruptibly(fut Future<R>) : R in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute future : Future<Collection<R>> to fut : Future<Collection<R>> in class org.apache.ignite.internal.util.IgniteUtils.Batch | From | To | |
Extract Method | 1 | ||
Extract Method private doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableFunction<T,R>, uninterruptible boolean) : Collection<R> extracted from public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableFunction<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public doInParallelUninterruptibly(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableFunction<T,R>) : Collection<R> extracted from private detectLostPartitions(resTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture & moved to class org.apache.ignite.internal.util.IgniteUtils | From | To |