744a53c573f57785d3022b7f1e2a7007ea41cee5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 2 | ||
Rename Attribute cache1 : Cache to cm1 : CacheManager in class org.infinispan.jcache.JCacheTwoCachesBasicOpsTest | From | To | |
Rename Attribute cache2 : Cache to cm2 : CacheManager in class org.infinispan.jcache.JCacheTwoCachesBasicOpsTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cache2 : Cache to cm2 : CacheManager in class org.infinispan.jcache.JCacheTwoCachesBasicOpsTest | From | To | |
Change Attribute Type cache1 : Cache to cm1 : CacheManager in class org.infinispan.jcache.JCacheTwoCachesBasicOpsTest | From | To | |
Extract Method | 3 | ||
Extract Method public createRegisterJCache(cacheName String) : Cache<K,V> extracted from protected create(cacheName String, configuration C) : AbstractJCache<K,V> in class org.infinispan.jcache.remote.JCacheManager | From | To | |
Extract Method private createJCache(cacheName String, adapter ConfigurationAdapter<K,V>) : AbstractJCache<K,V> extracted from protected create(cacheName String, configuration C) : AbstractJCache<K,V> in class org.infinispan.jcache.remote.JCacheManager | From | To | |
Extract Method private getRemoteCache(cm RemoteCacheManager, cacheName String) : RemoteCache<K,V> extracted from protected create(cacheName String, configuration C) : AbstractJCache<K,V> in class org.infinispan.jcache.remote.JCacheManager | From | To |