854664a751857263af4b307442c24720687b8789
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private loadAllLocalStore(keys Set<? extends K>) : void renamed to public localLoad(keys Collection<? extends K>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | From | To | |
Rename Method public loadAllFromLocalStore(tx IgniteTx, keys Collection<? extends K>, vis GridInClosure3<K,V,GridCacheVersion>) : void renamed to public localStoreLoadAll(tx IgniteTx, keys Collection<? extends K>, vis GridInClosure3<K,V,GridCacheVersion>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager | From | To | |
Rename Method private loadAll(keys Set<? extends K>) : void renamed to private localLoadAndUpdate(keys Collection<? extends K>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type keys : Set<? extends K> to keys : Collection<? extends K> in method private localLoadAndUpdate(keys Collection<? extends K>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | From | To | |
Change Parameter Type keys : Set<? extends K> to keys : Collection<? extends K> in method public localLoad(keys Collection<? extends K>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | From | To | |
Rename Variable | 3 | ||
Rename Variable lsnr : CompletionListener to fut : CompletionListenerFuture in method public testLoadAll() : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoadAllAbstractTest | From | To | |
Rename Variable cache : IgniteCache<Integer,String> to cache0 : IgniteCache<Integer,String> in method public testLoadAll() : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoadAllAbstractTest | From | To | |
Rename Variable cache0 : IgniteCache<Integer,String> to cache : IgniteCache<Integer,String> in method private checkValues(keys int, expVals Map<Integer,String>) : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoadAllAbstractTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Integer,Integer> to Map<Object,Object> in method public loadAll(keys Iterable<?>) : Map<Object,Object> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoaderWriterAbstractTest.TestLoader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type lsnr : CompletionListener to fut : CompletionListenerFuture in method public testLoadAll() : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoadAllAbstractTest | From | To | |
Extract Method | 1 | ||
Extract Method private checkValues(keys int, expVals Map<Integer,String>) : void extracted from public testLoadAll() : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoadAllAbstractTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter entry : Cache.Entry<? extends Integer,? extends Integer> to e : Cache.Entry<? extends Integer,? extends Integer> in method public write(e Cache.Entry<? extends Integer,? extends Integer>) : void in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheLoaderWriterAbstractTest.TestWriter | From | To |