4ee181ce42972cb5197d780a79e0a96c26fe77e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private dynamicStartCaches(ccfgList Collection<CacheConfiguration>, cacheType CacheType, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> renamed to public dynamicStartCachesByStoredConf(storedCacheDataList Collection<StoredCacheData>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ccfgList : Collection<CacheConfiguration> to storedCacheDataList : Collection<StoredCacheData> in method public dynamicStartCachesByStoredConf(storedCacheDataList Collection<StoredCacheData>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Move Method | 1 | ||
| Move Method private toStoredData(desc DynamicCacheDescriptor) : StoredCacheData from class org.apache.ignite.internal.processors.cache.GridCacheProcessor to public toStoredData() : StoredCacheData from class org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ccfg : CacheConfiguration to ccfg : StoredCacheData in method public dynamicStartCachesByStoredConf(storedCacheDataList Collection<StoredCacheData>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Extract Method | 1 | ||
| Extract Method private resolveCacheType(ccfg CacheConfiguration) : CacheType extracted from private dynamicStartCaches(ccfgList Collection<CacheConfiguration>, cacheType CacheType, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter ccfgList : Collection<CacheConfiguration> to storedCacheDataList : Collection<StoredCacheData> in method public dynamicStartCachesByStoredConf(storedCacheDataList Collection<StoredCacheData>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |