eafa11412dcf4181f3235b5fa353267af3f6451c
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 85
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method protected transaction() : IgniteTx from class org.apache.ignite.cache.store.CacheStoreAdapter to private transaction() : IgniteTx from class org.apache.ignite.cache.store.jdbc.CacheJdbcBlobStore | From | To | |
Push Down Method protected transaction() : IgniteTx from class org.apache.ignite.cache.store.CacheStoreAdapter to private transaction() : IgniteTx from class org.gridgain.examples.datagrid.store.dummy.CacheDummyPersonStore | From | To | |
Push Down Method protected transaction() : IgniteTx from class org.apache.ignite.cache.store.CacheStoreAdapter to private transaction() : IgniteTx from class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type gridName : String to ctx : GridKernalContext in method private cacheStoreWrapper(ctx GridKernalContext, cfgStore CacheStore, cfg CacheConfiguration) : CacheStore in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager | From | To | |
Move Method | 2 | ||
Move Method private session() : CacheStoreSession from class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore to public session() : CacheStoreSession from class org.apache.ignite.cache.store.CacheStore | From | To | |
Move Method protected session() : CacheStoreSession from class org.apache.ignite.cache.store.CacheStoreAdapter to public session() : CacheStoreSession from class org.apache.ignite.cache.store.CacheStore | From | To | |
Rename Variable | 4 | ||
Rename Variable cache : CacheConfiguration to ccfg : CacheConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.gridgain.grid.kernal.processors.cache.GridCacheQueryLoadSelfTest | From | To | |
Rename Variable cache : CacheConfiguration to ccfg : CacheConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.gridgain.grid.kernal.processors.cache.GridCacheStorePutxSelfTest | From | To | |
Rename Variable cache : CacheConfiguration to ccfg : CacheConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridCachePartitionedLoadCacheSelfTest | From | To | |
Rename Variable cache : CacheConfiguration to ccfg : CacheConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.gridgain.grid.kernal.processors.cache.local.GridCacheLocalLoadAllSelfTest | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to void in method package inject(target Object, annCls Class<? extends Annotation>, injector GridResourceInjector, dep GridDeployment, depCls Class<?>) : void in class org.gridgain.grid.kernal.processors.resource.GridResourceIoc | From | To | |
Change Return Type Map<K,V> to Map<K1,V1> in method public properties() : Map<K1,V1> in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager.ThreadLocalSession | From | To | |
Change Return Type boolean to void in method private injectInternal(target Object, annCls Class<? extends Annotation>, injector GridResourceInjector, dep GridDeployment, depCls Class<?>, checkedObjs Set<Object>) : void in class org.gridgain.grid.kernal.processors.resource.GridResourceIoc | From | To | |
Move Attribute | 2 | ||
Move Attribute private ses : CacheStoreSession from class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore to private ses : CacheStoreSession from class org.apache.ignite.cache.store.CacheStore | From | To | |
Move Attribute private ses : CacheStoreSession from class org.apache.ignite.cache.store.CacheStoreAdapter to private ses : CacheStoreSession from class org.apache.ignite.cache.store.CacheStore | From | To | |
Extract Method | 3 | ||
Extract Method private checkOpenedClosedCount() : void extracted from public testMultithreadedPut() : void in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest | From | To | |
Extract Method private checkOpenedClosedCount() : void extracted from public testMultithreadedPutAll() : void in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest | From | To | |
Extract Method private checkOpenedClosedCount() : void extracted from public testMultithreadedExplicitTx() : void in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter gridName : String to ctx : GridKernalContext in method private cacheStoreWrapper(ctx GridKernalContext, cfgStore CacheStore, cfg CacheConfiguration) : CacheStore in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager | From | To |