d4017e95eb3ca27da6436ec504b0b0c9306e66c5
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 38
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public close(ses Session) : void renamed to public destroy() : void in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type cols : IndexColumn[] to cols : List<IndexColumn> in method private createIndex(cctx GridCacheContext, name String, tbl GridH2Table, pk boolean, cols List<IndexColumn>) : Index in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Change Parameter Type cols : IndexColumn... to cols : List<IndexColumn> in method private createSortedIndex(cacheId int, name String, tbl GridH2Table, pk boolean, cols List<IndexColumn>) : Index in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Move Method | 1 | ||
Move Method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.query.continuous.CacheKeepBinaryIterationSwapEnabledTest to protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.IgniteCacheUnionDuplicatesTest | From | To | |
Rename Variable | 1 | ||
Rename Variable swapMgr : GridCacheSwapManager to offheapManager : IgniteCacheOffheapManager in method private offheapKeysCount(nodeIdx int, part int) : T2<Integer,Integer> in class org.apache.ignite.internal.processors.cache.IgniteCachePeekModesAbstractTest | From | To | |
Extract Variable | 3 | ||
Extract Variable cacheCtx : GridCacheContext<Object,Object> in method public testClassValues() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheObjectPutSelfTest | From | To | |
Extract Variable result : Result in method public put(row T, bag ReuseBag) : T from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Extract Variable cacheCtx : GridCacheContext<Object,Object> in method public testPrimitiveValues() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheObjectPutSelfTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type swapMgr : GridCacheSwapManager to offheapManager : IgniteCacheOffheapManager in method private offheapKeysCount(nodeIdx int, part int) : T2<Integer,Integer> in class org.apache.ignite.internal.processors.cache.IgniteCachePeekModesAbstractTest | From | To | |
Change Variable Type mgr : GridCacheEvictionManager to mgr : CacheEvictionManager in method public evict() : boolean in class org.apache.ignite.internal.processors.cache.CacheEvictableEntryImpl | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type cacheOrdParam : IgniteCache<AffinityKey,OrderParams> to cacheOrdParam : IgniteCache<Object,OrderParams> in class org.apache.ignite.internal.processors.query.h2.sql.H2CompareBigQueryTest | From | To | |
Change Attribute Type cacheCancel : IgniteCache<AffinityKey,Cancel> to cacheCancel : IgniteCache<Object,Cancel> in class org.apache.ignite.internal.processors.query.h2.sql.H2CompareBigQueryTest | From | To | |
Change Attribute Type cacheReplOrd : IgniteCache<AffinityKey,ReplaceOrder> to cacheReplOrd : IgniteCache<Object,ReplaceOrder> in class org.apache.ignite.internal.processors.query.h2.sql.H2CompareBigQueryTest | From | To |