d1a039d36787d1920b631d71e8228fa5c47e5d20
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable currentBatch : List<T> to batch : List<T> 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 caches : ArrayList<GridCacheContext> to copy : List<GridCacheContext> in method private removeCacheContext(cctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.CacheGroupContext | From | To | |
Rename Variable caches : ArrayList<GridCacheContext> to copy : List<GridCacheContext> in method private addCacheContext(cctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.CacheGroupContext | From | To | |
Rename Variable src : T to batchSize : 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 | |
Split Variable | 1 | ||
Split Variable it : Iterator<GridCacheContext> to [copy : List<GridCacheContext>, next : GridCacheContext] in method private removeCacheContext(cctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.CacheGroupContext | From | To | |
Change Variable Type | 3 | ||
Change Variable Type caches : ArrayList<GridCacheContext> to copy : List<GridCacheContext> in method private addCacheContext(cctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.CacheGroupContext | From | To | |
Change Variable Type src : T to batchSize : 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 Variable Type caches : ArrayList<GridCacheContext> to copy : List<GridCacheContext> in method private removeCacheContext(cctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.CacheGroupContext | From | To |