d8a50e47a51718c9ef202375b324695b78225813
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private updateKeys(cache IgniteCache<Integer,Integer>, keys Set<Integer>) : IgniteFuture<?> renamed to private updateKey(cache IgniteCache<Integer,Integer>) : IgniteFuture<?> in class org.apache.ignite.internal.processors.cache.store.IgnteCacheClientWriteBehindStoreNonCoalescingTest | From | To | |
Rename Variable | 1 | ||
Rename Variable ccfg1 : CacheConfiguration to ccfg0 : CacheConfiguration in method protected cacheConfiguration(igniteInstanceName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheStoreSessionWriteBehindAbstractTest | From | To | |
Extract Method | 2 | ||
Extract Method protected cacheConfiguration(igniteInstanceName String) : CacheConfiguration extracted from protected getConfiguration(igniteInstanceName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheStoreSessionWriteBehindAbstractTest | From | To |