9a995a3aba1cc3cef0dd8027407d234dcf87c885
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type key : IgniteTxKey to key : IgniteTxKey<K> in method protected accessPolicy(ctx GridCacheContext, key IgniteTxKey<K>, expiryPlc ExpiryPolicy) : IgniteCacheExpiryPolicy in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | From | To | |
| Change Parameter Type key : IgniteTxKey to key : IgniteTxKey<K> in method protected accessPolicy(ctx GridCacheContext, key IgniteTxKey<K>, expiryPlc ExpiryPolicy) : IgniteCacheExpiryPolicy in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Rename Variable | 1 | ||
| Rename Variable ret : boolean to rmv : boolean in method public onOwnerChanged(entry GridCacheEntryEx<K,V>, owner GridCacheMvccCandidate<K>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type e : Map.Entry<IgniteTxKey,IgniteCacheExpiryPolicy> to e : Map.Entry<IgniteTxKey<K>,IgniteCacheExpiryPolicy> in method public close() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Change Variable Type mappings : Map<ClusterNode,GridDistributedTxMapping<K,V>> to mappings : Map<IgniteBiTuple<ClusterNode,Boolean>,GridDistributedTxMapping<K,V>> in method private preparePessimistic() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture | From | To | |
| Change Variable Type e : Map.Entry<IgniteTxKey,IgniteCacheExpiryPolicy> to e : Map.Entry<IgniteTxKey<K>,IgniteCacheExpiryPolicy> in method private accessPolicy(cacheCtx GridCacheContext<K,V>, keys Collection<? extends K>) : IgniteCacheExpiryPolicy in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type accessMap : Map<IgniteTxKey,IgniteCacheExpiryPolicy> to accessMap : Map<IgniteTxKey<K>,IgniteCacheExpiryPolicy> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To |