15c9b3f1f2e3016198beea65a9e8bc698c27f19c
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type metaCache : GridCache<IgniteUuid,IgfsFileInfo> to metaCache : GridCacheAdapter<IgniteUuid,IgfsFileInfo> in method public testDeleteCacheConsistency() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest | From | To | |
| Change Variable Type dataCache : IgniteCache<IgfsBlockKey,byte[]> to dataCache : GridCacheAdapter<IgfsBlockKey,byte[]> in method public testDeleteCacheConsistency() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest | From | To |