9634cb2dce9f47e77449fc1b50c898f1c674e028
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type objs : Object... to objs : Collection<Object> in method private prepare(cfg CacheConfiguration, objs Collection<Object>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type toPrepare : List<Object> to toPrepare : Collection<Object> in method private createCache(cfg CacheConfiguration<?,?>, cacheObjCtx CacheObjectContext) : GridCacheContext in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |