175b7f24e1d62a90e7a7159ad670036216e6d278
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 47
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package addDhtVersion(nodeId UUID, dhtVer GridCacheVersion, writeVer GridCacheVersion) : void moved from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal to class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFutureAdapter & inlined to protected onPrepareResponse(m GridDistributedTxMapping, res GridNearTxPrepareResponse) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type activeCacheIds : Iterable<Integer> to activeCacheIds : GridLongList in method public verifyTxCompatibility(tx IgniteInternalTx, activeCacheIds GridLongList, cacheCtx GridCacheContext<K,V>) : String in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext | From | To | |
Rename Variable | 4 | ||
Rename Variable f : MiniFuture to mini : MiniFuture in method public onResult(nodeId UUID, res GridCacheTxRecoveryResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheTxRecoveryFuture | From | To | |
Rename Variable f : MiniFuture to mini : MiniFuture in method public onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticTxPrepareFuture | From | To | |
Rename Variable f : MiniFuture to mini : MiniFuture in method public onResult(nodeId UUID, res GridDhtTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Rename Variable f : MiniFuture to mini : MiniFuture in method public onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticSerializableTxPrepareFuture | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cacheIds : Collection<Integer> to cacheIds : GridLongList in method public stores(cctx GridCacheSharedContext) : Collection<CacheStoreManager> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxStateImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable nodeId : UUID in method protected onPrepareResponse(m GridDistributedTxMapping, res GridNearTxPrepareResponse) : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFutureAdapter | From | To | |
Extract Variable snap : GridClockDeltaSnapshot in method public onMessage(nodeId UUID, msg Object) : void from class org.apache.ignite.internal.processors.clock.GridClockSyncProcessor.start.addMessageListener | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type activeCacheIds : Set<Integer> to activeCacheIds : GridLongList in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxStateImpl | From | To | |
Change Attribute Type futs : Collection<IgniteInternalFuture<T>> to futs : ArrayList<IgniteInternalFuture<T>> in class org.apache.ignite.internal.util.future.GridCompoundFuture | From | To | |
Extract Method | 3 | ||
Extract Method private miniFuture(miniId IgniteUuid) : MiniFuture extracted from package onResult(nodeId UUID, res GridNearLockResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | From | To | |
Extract Method private miniFuture(miniId IgniteUuid) : MiniFuture extracted from package onResult(nodeId UUID, res GridDhtLockResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture | From | To | |
Extract Method private miniFuture(miniId IgniteUuid) : MiniFuture extracted from package onResult(nodeId UUID, res GridNearLockResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearLockFuture | From | To |