e1707b6852f9d7c3e4999ea1d3967db68e7d8634
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 46
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public tmCommit() : void renamed to public tmFinish(commit boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type nodes : Set<ClusterNode> to nodes : Collection<ClusterNode> in method private rollbackLockTransactions(nodes Collection<ClusterNode>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxFinishFuture | From | To | |
Rename Variable | 2 | ||
Rename Variable ignore : IllegalStateException|IgniteClientDisconnectedException to e : IllegalStateException|IgniteClientDisconnectedException in method public onTimeout() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.NodeFailureTimeoutObject | From | To | |
Rename Variable Entry : GridCacheEntryEx to entry : GridCacheEntryEx in method private commitIfLocked() : void in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private onComplete() : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticTxPrepareFuture | From | To | |
Change Variable Type | 1 | ||
Change Variable Type res : GridCacheMessage to res : GridDhtTxFinishResponse in method protected sendReply(nodeId UUID, req GridDhtTxFinishRequest, committed boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
Extract Variable | 3 | ||
Extract Variable err0 : Throwable in method private onComplete() : boolean from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticTxPrepareFuture | From | To | |
Extract Variable last : GridCacheVersion in method public commitTx(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Variable first : GridCacheVersion in method public commitTx(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Rename Parameter | 2 | ||
Rename Parameter tx : IgniteInternalTx to tx0 : IgniteInternalTx in method public onDone(tx0 IgniteInternalTx, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Rename Parameter ver : GridCacheVersion to xidVer : GridCacheVersion in method public txCommitted(xidVer GridCacheVersion) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To |