5a06ef44320a0789a9b777c5177a5fe932026dbb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method protected cache(clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> renamed to protected jcache(clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Rename Method private cache(name String) : CacheConfiguration renamed to private cacheConfiguration() : CacheConfiguration in class org.apache.ignite.internal.processors.cache.reducefields.GridCacheAbstractReduceFieldsQuerySelfTest | From | To | |
Rename Method private createCache(name String, mode CacheMode) : CacheConfiguration renamed to protected cacheConfiguration(name String, mode CacheMode, clsK Class<?>, clsV Class<?>) : CacheConfiguration in class org.apache.ignite.internal.processors.query.h2.sql.AbstractH2CompareQueryTest | From | To | |
Rename Method protected cache(ig Ignite, clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> renamed to protected jcache(ig Ignite, clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Rename Method public testQueryValueByteArray() : void renamed to public _testQueryValueByteArray() : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest | From | To | |
Rename Method protected cache(name String, primitives boolean) : CacheConfiguration renamed to protected cacheConfiguration() : CacheConfiguration in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedFieldsQuerySelfTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected cache(name String, primitives boolean) : CacheConfiguration from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest to protected cacheConfiguration(name String, clsK Class<?>, clsV Class<?>) : CacheConfiguration from class org.apache.ignite.internal.jdbc2.JdbcComplexQuerySelfTest | From | To | |
Move Method | 2 | ||
Move Method public testPaginationGetNamedCache() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest to public testPaginationGetNamedCache() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Move Method public testPaginationIteratorNamedCache() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest to public testPaginationIteratorNamedCache() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest | From | To | |
Rename Variable | 1 | ||
Rename Variable dimCacheCfg : CacheConfiguration<Integer,Object> to dimProdCacheCfg : CacheConfiguration<Integer,DimProduct> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
Rename Attribute | 2 | ||
Rename Attribute PARTITIONED_CACHE_NAME : String to FACT_CACHE_NAME : String in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
Rename Attribute REPLICATED_CACHE_NAME : String to DIM_PROD_CACHE_NAME : String in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
Change Variable Type | 4 | ||
Change Variable Type dimCacheCfg : CacheConfiguration<Integer,Object> to dimProdCacheCfg : CacheConfiguration<Integer,DimProduct> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
Change Variable Type personCache : IgniteCache<AffinityKey<String>,Person> to personCache : IgniteCache<AffinityKey,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.jdbc2.JdbcComplexQuerySelfTest | From | To | |
Change Variable Type personCache : IgniteCache<AffinityKey<String>,Person> to personCache : IgniteCache<AffinityKey,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcComplexQuerySelfTest | From | To | |
Change Variable Type personCache : IgniteCache<AffinityKey<String>,Person> to personCache : IgniteCache<AffinityKey,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.JdbcMetadataSelfTest | From | To | |
Extract Method | 12 | ||
Extract Method protected cacheConfiguration(name String, clsK Class<?>, clsV Class<?>) : CacheConfiguration extracted from protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.jdbc2.JdbcMetadataSelfTest | From | To | |
Extract Method protected cacheConfiguration() : CacheConfiguration extracted from protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.jdbc.JdbcComplexQuerySelfTest | From | To | |
Extract Method protected jcache(ig Ignite, ccfg CacheConfiguration, name String, clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> extracted from protected jcache(ig Ignite, ccfg CacheConfiguration, clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
Extract Method protected cacheConfiguration(name String, clsK Class<?>, clsV Class<?>) : CacheConfiguration extracted from protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.jdbc2.JdbcComplexQuerySelfTest | From | To | |
Extract Method protected jcache(name String, clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> extracted from public testNamedCache() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest | From | To | |
Extract Method protected jcache(clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> extracted from protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.reducefields.GridCacheAbstractReduceFieldsQuerySelfTest | From | To | |
Extract Method protected jcache(clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> extracted from protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest | From | To | |
Extract Method protected jcache(clsK Class<K>, clsV Class<V>) : IgniteCache<K,V> extracted from public testComplexKeys() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest | From | To |