dcd7f423433d5f0ce475a5152c8e97307c6d9a3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable nearCache : NearCacheConfiguration<Integer,String> to nearCacheCfg : NearCacheConfiguration<Integer,String> in method public main(args String[]) : void in class org.apache.ignite.examples.datastructures.IgniteSetExample | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable cache : IgniteCache<Integer,Object> to dimCache : IgniteCache<Integer,Object> in method private populateDimensions(dimCache IgniteCache<Integer,Object>) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample | From | To |