2501c3a52034a7e8d419eb335eab1fe7f2efb2f1
Files Diff
- Added: 15
- Removed: 0
- Renamed: 0
- Modified: 41
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method public testIgniteCacheIterator() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest to public testRemoveBackup() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearTxExceptionSelfTest | From | To | |
Move And Rename Method public testIgniteCacheIterator() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicNearEnabledFairAffinityMultiNodeFullApiSelfTest to public testRemoveBackup() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearTxExceptionSelfTest | From | To | |
Move And Rename Method public testIgniteCacheIterator() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicOffHeapTieredMultiNodeFullApiSelfTest to public testRemoveBackup() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearTxExceptionSelfTest | From | To | |
Change Return Type | 1 | ||
Change Return Type IgniteCache<Integer,Object> to IgniteCache<K,V> in method protected abstract cache() : IgniteCache<K,V> in class org.apache.ignite.yardstick.cache.IgniteCacheAbstractBenchmark | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cache : IgniteCache<Integer,Object> to cache : IgniteCache<K,V> in class org.apache.ignite.yardstick.cache.IgniteCacheAbstractBenchmark | From | To |