4dc369487ef6f5583348f6a0232952c441623723
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected cacheConfiguration(gridName String) : CacheConfiguration renamed to protected cacheConfig(name String, partitioned boolean, idxTypes Class<?>...) : CacheConfiguration<K,V> in class org.apache.ignite.internal.processors.query.h2.GridH2IndexingSegmentedGeoSelfTest | From | To | |
Change Return Type | 1 | ||
Change Return Type CacheConfiguration to CacheConfiguration<K,V> in method protected cacheConfig(name String, partitioned boolean, idxTypes Class<?>...) : CacheConfiguration<K,V> in class org.apache.ignite.internal.processors.query.h2.GridH2IndexingSegmentedGeoSelfTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter gridName : String to name : String in method protected cacheConfig(name String, partitioned boolean, idxTypes Class<?>...) : CacheConfiguration<K,V> in class org.apache.ignite.internal.processors.query.h2.GridH2IndexingSegmentedGeoSelfTest | From | To |