122a9dbf337d5c1128be32d4efee1e0f1dc683f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testFailWithNoRetries() : void renamed to private checkFailsWithNoRetries(async boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest | From | To | |
Rename Variable | 1 | ||
Rename Variable exceptionThrown : boolean to eThrown : boolean in method private checkFailsWithNoRetries(async boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest | From | To | |
Extract Variable | 2 | ||
Extract Variable skipStore : boolean in method private asyncOp(op AsyncOp<T>) : IgniteInternalFuture<T> from class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Extract Variable cache : IgniteCache<Object,Object> in method private checkFailsWithNoRetries(async boolean) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest | From | To | |
Extract Method | 1 | ||
Extract Method private checkPut(async boolean) : void extracted from public testPut() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest | From | To |