fe10374a0c965aa6647b0c28961b2da0fcf1a90d
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private defineConfiguration(name String, checkExisting boolean, configurations Configuration...) : Configuration renamed to private actualDefineConfiguration(name String, configurations Configuration...) : Configuration in class org.infinispan.manager.DefaultCacheManager | From | To | |
Extract Variable | 2 | ||
Extract Variable cacheName : String in method protected delegateRemoveCache(jcache AbstractJCache<K,V>) : void from class org.infinispan.jcache.embedded.JCacheManager | From | To | |
Extract Variable sameCache : boolean in method private wireAndStartCache(cacheName String, configurationName String) : Cache<K,V> from class org.infinispan.manager.DefaultCacheManager | From | To | |
Extract Method | 1 | ||
Extract Method public createTopologyAwareCacheNodes(numberOfNodes int, cacheMode CacheMode, transactional boolean, indexLocalOnly boolean, isRamDirectoryProvider boolean, defaultCacheName String, holderConsumer Consumer<ConfigurationBuilderHolder>) : List extracted from public createTopologyAwareCacheNodes(numberOfNodes int, cacheMode CacheMode, transactional boolean, indexLocalOnly boolean, isRamDirectoryProvider boolean, defaultCacheName String) : List in class org.infinispan.query.helper.TestQueryHelperFactory | From | To | |
Inline Variable | 1 | ||
Inline Variable cm1 : EmbeddedCacheManager in method protected createCacheManagers() : void from class org.infinispan.query.distributed.TopologyAwareDistMassIndexingTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter configurationOverride : Configuration to configuration : Configuration in method public defineConfiguration(cacheName String, configuration Configuration) : Configuration in class org.infinispan.manager.EmbeddedCacheManager | From | To |