0465874d9dddcf962a82a2ef38589121201f0b75
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private colocatedLockFuture(tx IgniteInternalTx) : GridDhtColocatedLockFuture renamed to private mvccFuture(tx IgniteInternalTx, cls Class<? extends IgniteInternalFuture>) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Rename Method public _testDeadlocksPartitionedNear() : void renamed to public testDeadlocksPartitionedNear() : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest | From | To | |
Change Return Type | 2 | ||
Change Return Type GridDhtColocatedLockFuture to IgniteInternalFuture in method private mvccFuture(tx IgniteInternalTx, cls Class<? extends IgniteInternalFuture>) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Change Return Type Set<KeyCacheObject> to Set<IgniteTxKey> in method public requestedKeys() : Set<IgniteTxKey> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | From | To | |
Extract Variable | 1 | ||
Extract Variable cctx : GridCacheSharedContext<Object,Object> in method private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, transformer IgniteClosure<Integer,Object>) : void from class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type requestedKeys : Set<KeyCacheObject> to requestedKeys : Set<IgniteTxKey> in method private txLocksInfo(txKeys Collection<IgniteTxKey>) : TxLocksResponse in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Change Variable Type rnd : ThreadLocalRandom8 to rnd : ThreadLocalRandom in method public run() : void in class org.apache.ignite.internal.processors.cache.transactions.TxDeadlockDetectionTest.testNoHangs.fut.runMultiThreadedAsync | From | To | |
Inline Variable | 1 | ||
Inline Variable requestedKeys : Set<KeyCacheObject> in method public requestedKeys() : Set<KeyCacheObject> from class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | From | To | |
Extract Method | 1 | ||
Extract Method private requestedKeys0() : Set<IgniteTxKey> extracted from public requestedKeys() : Set<KeyCacheObject> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | From | To |