70952fe92d5be7f7c9407783867d524544cd9fec
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type cacheStartFailHandler : StartCacheFailHandler<StartCacheInfo> to cacheStartFailHandler : StartCacheFailHandler<StartCacheInfo,Void> in method private prepareStartCaches(startCacheInfos Collection<StartCacheInfo>, cacheStartFailHandler StartCacheFailHandler<StartCacheInfo,Void>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Change Parameter Type operation : IgniteThrowableConsumer<T> to operation : IgniteThrowableConsumer<T,R> in method public doInParallel(executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Parameter Type operation : IgniteThrowableConsumer<T> to operation : IgniteThrowableConsumer<T,R> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Rename Variable | 1 | ||
| Rename Variable i : int to batchIndex : int in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Return Type | 3 | ||
| Change Return Type void to Collection<R> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Return Type void to R in method public accept(e E) : R in class org.apache.ignite.internal.util.lang.IgniteThrowableConsumer | From | To | |
| Change Return Type void to Collection<R> in method public doInParallel(executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type consumerFutures : List<Future<Object>> to consumerFutures : List<Future<Collection<R>>> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Variable Type future : Future<Object> to future : Future<Collection<R>> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method public zip(bytes byte[], compressionLevel int) : byte[] extracted from public zip(bytes byte[]) : byte[] in class org.apache.ignite.internal.util.IgniteUtils | From | To |