ada1b2a7c4d82722cc5721bad50042af7216bfdc
Files Diff
- Added: 4
 - Removed: 0
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private storeEnded(store CacheStore) : boolean renamed to private started(mgr CacheStoreManager) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData | From | To | |
| Rename Method private started() : boolean renamed to private ended(store CacheStore) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData | From | To | |
| Rename Method public createStoreSessionListeners(ctx GridKernalContext, factories Factory<CacheStoreSessionListener>[]) : Collection<CacheStoreSessionListener> renamed to public startStoreSessionListeners(ctx GridKernalContext, factories Factory<CacheStoreSessionListener>[]) : Collection<CacheStoreSessionListener> in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method private assertEqualsCollections(col1 Collection<?>, col2 Collection<?>) : void from class org.apache.ignite.internal.processors.cache.distributed.IgniteCrossCacheTxStoreSelfTest to protected assertEqualsCollections(exp Collection<?>, act Collection<?>) : void from class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type store : CacheStore to mgr : CacheStoreManager in method private started(mgr CacheStoreManager) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData | From | To | |
| Rename Variable | 1 | ||
| Rename Variable res : List to list : List in method public loadCache(clo IgniteBiInClosure<Long,Person>, args Object...) : void in class org.apache.ignite.examples.datagrid.store.hibernate.CacheHibernatePersonStore | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type started : boolean to started : Set<CacheStoreManager> in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public stopStoreSessionListeners(ctx GridKernalContext, sesLsnrs Collection<CacheStoreSessionListener>) : void extracted from protected stop0(cancel boolean) : void in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter & moved to class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter store : CacheStore to mgr : CacheStoreManager in method private started(mgr CacheStoreManager) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData | From | To | |
| Rename Parameter col2 : Collection<?> to act : Collection<?> in method protected assertEqualsCollections(exp Collection<?>, act Collection<?>) : void in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
| Rename Parameter col1 : Collection<?> to exp : Collection<?> in method protected assertEqualsCollections(exp Collection<?>, act Collection<?>) : void in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To |