5521dac5a337ccdeb61d4a431b93bb18a11ff417
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private cacheStore(gridName String, cfg CacheConfiguration) : CacheStore from class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor to private cacheStoreWrapper(gridName String, cfgStore CacheStore, cfg CacheConfiguration) : CacheStore from class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager | From | To | |
Rename Variable | 3 | ||
Rename Variable storeEnabled : boolean to writeThrough : boolean in method private removeAllAsync0(keys Collection<? extends K>, retval boolean, rawRetval boolean, filter IgnitePredicate<GridCacheEntry<K,V>>[]) : IgniteFuture in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache | From | To | |
Rename Variable store : CacheStore to cfgStore : CacheStore in method public start() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable storeEnabled : boolean to writeThrough : boolean in method private updateAllAsync0(map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor>, invokeArgs Object[], retval boolean, rawRetval boolean, filter IgnitePredicate<GridCacheEntry<K,V>>[]) : IgniteFuture in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method package inject(target Object, annCls Class<? extends Annotation>, injector GridResourceInjector, dep GridDeployment, depCls Class<?>) : boolean in class org.gridgain.grid.kernal.processors.resource.GridResourceIoc | From | To | |
Change Return Type void to boolean in method private injectInternal(target Object, annCls Class<? extends Annotation>, injector GridResourceInjector, dep GridDeployment, depCls Class<?>, checkedObjs Set<Object>) : boolean in class org.gridgain.grid.kernal.processors.resource.GridResourceIoc | From | To | |
Rename Parameter | 1 | ||
Rename Parameter store : CacheStore<K,Object> to cfgStore : CacheStore<K,Object> in method public GridCacheStoreManager(ctx GridKernalContext, cfgStore CacheStore<K,Object>, cfg CacheConfiguration) in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager | From | To |