769cdab3a9a5f29156ab195b4db3b721e8a74a0f
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public cachePreloadMode() : CachePreloadMode renamed to public cacheRebalanceMode() : CacheRebalanceMode in class org.apache.ignite.internal.processors.cache.GridCacheAttributes | From | To | |
| Rename Method private dropSchemaIfExists(schema String) : void renamed to private dropSchema(schema String) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
| Rename Method public preloadBatchSize() : int renamed to public rebalanceBatchSize() : int in class org.apache.ignite.internal.processors.cache.GridCacheAttributes | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type dimCache : IgniteCache<Integer,Object> to dimCache : Cache<Integer,Object> in method private populateDimensions(dimCache Cache<Integer,Object>) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
| Change Parameter Type factCache : IgniteCache<Integer,FactPurchase> to factCache : Cache<Integer,FactPurchase> in method private populateFacts(factCache Cache<Integer,FactPurchase>) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CachePreloadMode to CacheRebalanceMode in method public cacheRebalanceMode() : CacheRebalanceMode in class org.apache.ignite.internal.processors.cache.GridCacheAttributes | From | To |