15daf9d734f5c9cf7fbd231bf3e95d7e9a3a39d7
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type rnd : ThreadLocalRandom to rnd : Random in method private cacheOperation(expData Map<TestKey,TestValue>, rnd Random, cache IgniteCache<TestKey,TestValue>, checkData boolean, willRollback boolean) : void in class org.apache.ignite.internal.processors.cache.CrossCacheTxRandomOperationsTest | From | To | |
| Change Parameter Type rnd : ThreadLocalRandom to rnd : Random in method private key(rnd Random) : TestKey in class org.apache.ignite.internal.processors.cache.CrossCacheTxRandomOperationsTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter optimistic : boolean to checkData : boolean in method private cacheOperation(expData Map<TestKey,TestValue>, rnd Random, cache IgniteCache<TestKey,TestValue>, checkData boolean, willRollback boolean) : void in class org.apache.ignite.internal.processors.cache.CrossCacheTxRandomOperationsTest | From | To |