e90c9c8889235e780bb9f37ed0b0ca7a8d30136d
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method protected beforeTest() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughTest to protected beforeTest() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughAbstractTest | From | To | |
Pull Up Method protected cacheStoreFactory() : Factory<CacheStore> from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughTest to protected cacheStoreFactory() : Factory<CacheStore> from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughAbstractTest | From | To | |
Pull Up Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughTest to protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughAbstractTest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private failed : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughTest to private failed : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughAbstractTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughAbstractTest from classes [org.apache.ignite.internal.processors.cache.IgniteCacheInvokeReadThroughTest] | From | To | |
Rename Parameter | 2 | ||
Rename Parameter skipStore : boolean to readThrough : boolean in method private loadMissing(cacheCtx GridCacheContext, topVer AffinityTopologyVersion, keys Set<KeyCacheObject>, filter CacheEntryPredicate[], ret GridCacheReturn, needReadVer boolean, singleRmv boolean, hasFilters boolean, readThrough boolean, retval boolean, keepBinary boolean) : IgniteInternalFuture<Void> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | From | To | |
Rename Parameter implicit : boolean to retval : boolean in method public lockAllAsync(cacheCtx GridCacheContext, keys Collection<? extends K>, retval boolean, read boolean, accessTtl long, skipStore boolean, keepBinary boolean) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To |