13e2a314b72d9155ce7f0126651805064e20358c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable val : TestValue to testValue : TestValue in method public equals(o Object) : boolean in class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest.TestValue | From | To | |
Rename Variable add : boolean to addNode : boolean in method public testTopologyChangesWithConstantLoad() : void in class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest | From | To | |
Rename Variable n : int to nodes : int in method public call() : Void in class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest.testTopologyChangesWithConstantLoad.fut.runMultiThreadedAsync | From | To | |
Extract Variable | 4 | ||
Extract Variable actual : TestValue in method public testTopologyChangesWithConstantLoad() : void from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest | From | To | |
Extract Variable cache : IgniteCache<Object,Object> in method public call() : Void from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest.testTopologyChangesWithConstantLoad.fut.runMultiThreadedAsync | From | To | |
Extract Variable expected : TestValue in method public testTopologyChangesWithConstantLoad() : void from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest | From | To | |
Extract Variable rnd : Random in method public call() : Void from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCacheRebalancingAbstractTest.testTopologyChangesWithConstantLoad.fut.runMultiThreadedAsync | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dataEntries : List<DataEntry> to dataEntries : List<T2<DataEntry,IgniteTxEntry>> in method private commitIfLocked() : void in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter | From | To |