64ed3f19c1a3c65b4d47f806a212c52bfabb3dae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public startCacheAsync(cacheName String, nearCfg NearCacheConfiguration, failIfNotStarted boolean) : IgniteInternalFuture<?> inlined to private startJCache(cacheName String, failIfNotStarted boolean) : IgniteCache in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteInternalFuture<Object> in method public onKernalStart() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |