eb2e68199907025545be1ad312364410f4cdbdcb
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable metaCache : GridCache<Object,Object> to metaCacheCfg : CacheConfiguration in method private validateLocalIgfsConfigurations(cfgs FileSystemConfiguration[]) : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessor | From | To | |
| Rename Variable dataCache : GridCacheAdapter<Object,Object> to dataCacheCfg : CacheConfiguration in method private validateLocalIgfsConfigurations(cfgs FileSystemConfiguration[]) : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type metaCache : GridCache<Object,Object> to metaCacheCfg : CacheConfiguration in method private validateLocalIgfsConfigurations(cfgs FileSystemConfiguration[]) : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessor | From | To | |
| Change Variable Type dataCache : GridCacheAdapter<Object,Object> to dataCacheCfg : CacheConfiguration in method private validateLocalIgfsConfigurations(cfgs FileSystemConfiguration[]) : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable cache : GridCacheAdapter<?,?> in method public stop(cancel boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Extract Variable cache : GridCacheAdapter<?,?> in method public onKernalStop(cancel boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |