15334cc528d65474a4763a0e32e25dd9c429ce97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected cache(idx int) : GridCache<K,V> renamed to protected jcache(idx int, name String) : IgniteCache<K,V> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method protected offheapTiered(cache GridCache) : boolean moved from class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest to class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest & inlined to protected checkSize(keys Collection<String>) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cache : GridCache<K,V> to cfg : CacheConfiguration in method private nearEnabled(cfg CacheConfiguration) : boolean in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
Change Return Type | 2 | ||
Change Return Type GridCache<K,V> to GridCacheAdapter<K,V> in method protected internalCache(idx int) : GridCacheAdapter<K,V> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
Change Return Type GridCache<K,V> to IgniteCache<K,V> in method protected jcache(idx int, name String) : IgniteCache<K,V> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cache : GridCache<K,V> to cfg : CacheConfiguration in method private nearEnabled(cfg CacheConfiguration) : boolean in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To |