69b7b98679eacb2396c0d2c3e5949ce499eca075
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private sqlQueryWithAggregation() : void renamed to private test0(sql String, args Object...) : void in class org.apache.ignite.internal.processors.query.h2.sql.IgniteVsH2QueryTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CACHE_NAME : String to PARTITIONED_CACHE : String in class org.apache.ignite.internal.processors.query.h2.sql.IgniteVsH2QueryTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cache : IgniteCache<CacheAffinityKey<UUID>,Person> to cache : IgniteCache<?,?> in method private test0(sql String, args Object...) : void in class org.apache.ignite.internal.processors.query.h2.sql.IgniteVsH2QueryTest | From | To | |
Extract Variable | 1 | ||
Extract Variable res1 : List<List<?>> in method private test0(sql String, args Object...) : void from class org.apache.ignite.internal.processors.query.h2.sql.IgniteVsH2QueryTest | From | To | |
Extract Method | 1 | ||
Extract Method private partitionedCacheConfig() : CacheConfiguration extracted from protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.query.h2.sql.IgniteVsH2QueryTest | From | To |