93bdbe28e6e6ff1388ce1c241c94065f88deb210
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable comCfg : CacheConfiguration to cacheName : String in method public queue(name String, cap int, cfg CollectionConfiguration) : IgniteQueue<T> in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type comCfg : CacheConfiguration to cacheName : String in method public queue(name String, cap int, cfg CollectionConfiguration) : IgniteQueue<T> in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To | |
Extract Method | 1 | ||
Extract Method public dynamicStartCache(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, cacheType CacheType, failIfExists boolean) : IgniteInternalFuture<?> extracted from public dynamicStartCache(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, failIfExists boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |