dab050acc31bf74f7c159c1cb9c5a8faa966f4f7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type val : CacheObject to val : Message in method private processEntry(entry GridDhtCacheEntry, op EnlistOperation, updRes GridCacheUpdateTxResult, val Message) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture | From | To | |
Change Parameter Type cache : IgniteCache<Object,Object> to cache : IgniteCache<?,?> in method protected generateKeySet(cache IgniteCache<?,?>, keySet1 Set<Integer>, keySet2 Set<Integer>) : Set<Integer> in class org.apache.ignite.internal.processors.cache.mvcc.MvccRepeatableReadBulkOpsTest | From | To | |
Change Parameter Type val : CacheObject to val : Message in method private addToBatch(key KeyCacheObject, val Message, hist List<MvccLinkAwareSearchRow>, cacheId int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxAbstractEnlistFuture | From | To | |
Change Variable Type | 2 | ||
Change Variable Type enlisted : Map<KeyCacheObject,CacheObject> to enlisted : Map<KeyCacheObject,Message> in method private mvccPutAllAsync0(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object[], retval boolean, filter CacheEntryPredicate) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Change Variable Type next : Map.Entry<KeyCacheObject,CacheObject> to next : Map.Entry<KeyCacheObject,Message> in method public nextX() : IgniteBiTuple<KeyCacheObject,Message> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal.mvccPutAllAsync0.updateAsync | From | To | |
Extract Variable | 1 | ||
Extract Variable cctx : GridCacheContext in method public prepareMarshal(ctx GridCacheSharedContext) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxQueryEnlistRequest | From | To | |
Inline Variable | 2 | ||
Inline Variable map0 : Map<?,?> in method private mvccPutAllAsync0(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object[], retval boolean, filter CacheEntryPredicate) : IgniteInternalFuture from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Inline Variable cacheVal : CacheObject in method private mvccPutAllAsync0(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object[], retval boolean, filter CacheEntryPredicate) : IgniteInternalFuture from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type values : CacheObject[] to values : Message[] in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxEnlistRequest | From | To |