01135066d54df254a0b23afbbffca2ed103e3a8c
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public serializableReadVersion(serReadVer GridCacheVersion) : void renamed to public entryReadVersion(ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry | From | To | |
Inline Method | 1 | ||
Inline Method public loadAsync(keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> inlined to public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean, needVer boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache | From | To | |
Extract Method | 6 | ||
Extract Method public testTxCommitReadOnlyGetAll(needVer boolean) : void extracted from public testTxCommitReadOnlyGetAll() : void in class org.apache.ignite.internal.processors.cache.CacheSerializableTransactionsTest | From | To | |
Extract Method public loadAsync(keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean) : IgniteInternalFuture<Map<K,V>> extracted from public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache | From | To | |
Extract Method public addResult(map Map<K1,V1>, key KeyCacheObject, val CacheObject, skipVals boolean, keepCacheObjects boolean, deserializeBinary boolean, cpy boolean, ver GridCacheVersion) : void extracted from public addResult(map Map<K1,V1>, key KeyCacheObject, val CacheObject, skipVals boolean, keepCacheObjects boolean, deserializeBinary boolean, cpy boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
Extract Method private testReadThrough(needVer boolean) : void extracted from public testReadThrough() : void in class org.apache.ignite.internal.processors.cache.CacheReadThroughRestartSelfTest | From | To | |
Extract Method private testReadThroughInTx(needVer boolean) : void extracted from public testReadThroughInTx() : void in class org.apache.ignite.internal.processors.cache.CacheReadThroughRestartSelfTest | From | To | |
Extract Method private testGetAll(needVer boolean) : void extracted from public testGetAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheInterceptorAbstractSelfTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter serReadVer : GridCacheVersion to ver : GridCacheVersion in method public entryReadVersion(ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry | From | To |