5af30cf118aeb3910398e6b15dbe2a51b62746d7
Files Diff
- Added: 7
 - Removed: 0
 - Renamed: 0
 - Modified: 28
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public localTxx() : IgniteInternalTx renamed to public localTx() : IgniteTxLocalAdapter in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable e : Map.Entry<Long,IgniteInternalTx> to tx : IgniteInternalTx in method public onDisconnected(reconnectFut IgniteFuture) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Inline Method | 2 | ||
| Inline Method private prepareAsync() : IgniteInternalFuture<?> inlined to public prepare(awaitLastFuture boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Change Return Type | 4 | ||
| Change Return Type IgniteInternalTx to IgniteTxLocalAdapter in method public localTx() : IgniteTxLocalAdapter in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Change Return Type void to boolean in method public addFuture(fut GridCacheFuture<?>, futId IgniteUuid) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
| Change Return Type void to boolean in method public addTimeoutObject(timeoutObj GridTimeoutObject) : boolean in class org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor | From | To | |
| Change Return Type void to boolean in method public removeTimeoutObject(timeoutObj GridTimeoutObject) : boolean in class org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type fut : GridNearTxFinishFuture to fut : NearTxFinishFuture in method private rollbackNearTxLocalAsync(onTimeout boolean) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Change Variable Type fut : GridNearTxFinishFuture to fut : NearTxFinishFuture in method public commitNearTxLocalAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Change Variable Type tx : IgniteInternalTx to tx : IgniteTxLocalAdapter in method public localTx() : IgniteTxLocalAdapter in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Change Variable Type e : Map.Entry<Long,IgniteInternalTx> to tx : IgniteInternalTx in method public onDisconnected(reconnectFut IgniteFuture) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Extract Method | 2 | ||
| Extract Method private chainFinishFuture(fut NearTxFinishFuture, commit boolean) : IgniteInternalFuture<IgniteInternalTx> extracted from public rollbackNearTxLocalAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
| Extract Method private rollbackNearTxLocalAsync(onTimeout boolean) : IgniteInternalFuture<IgniteInternalTx> extracted from public rollbackNearTxLocalAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To |