2e6687650999cc3dd62b117254b2e816447f9a0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cacheType : CacheType to baseCacheLoader : BaseCacheLoader<K,V> in method public EhCacheBasedCacheController(cache Ehcache, baseCacheLoader BaseCacheLoader<K,V>) in class org.killbill.billing.util.cache.EhCacheBasedCacheController | From | To | |
Rename Variable | 1 | ||
Rename Variable cacheName : String to cacheLoader : BaseCacheLoader in method public get() : CacheControllerDispatcher in class org.killbill.billing.util.cache.CacheControllerDispatcherProvider | From | To | |
Inline Method | 2 | ||
Inline Method private getCacheControllersForCacheName(name String, cacheType CacheType) : Collection<EhCacheBasedCacheController<Object,Object>> inlined to public get() : CacheControllerDispatcher in class org.killbill.billing.util.cache.CacheControllerDispatcherProvider | From | To | |
Inline Method private getWithOrWithoutCacheLoaderArgument(key K, cacheLoaderArgument CacheLoaderArgument) : V inlined to public get(key K, cacheLoaderArgument CacheLoaderArgument) : V in class org.killbill.billing.util.cache.EhCacheBasedCacheController | From | To | |
Change Return Type | 11 | ||
Change Return Type Object to ImmutableAccountData in method public loadAccount(recordId Long, context InternalTenantContext) : ImmutableAccountData in class org.killbill.billing.util.cache.ImmutableAccountCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to V in method protected abstract doRetrieveOperation(rawKey String, objectType ObjectType, handle Handle) : V in class org.killbill.billing.util.cache.BaseIdCacheLoader | From | To | |
Change Return Type Object to Long in method protected doRetrieveOperation(rawKey String, objectType ObjectType, handle Handle) : Long in class org.killbill.billing.util.cache.RecordIdCacheLoader | From | To | |
Change Return Type Object to Plan in method public loadPlan(planName String, catalog StaticCatalog, context InternalTenantContext) : Plan in class org.killbill.billing.util.cache.OverriddenPlanCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to Catalog in method public loadCatalog(catalogXMLs List<String>, tenantRecordId Long) : Catalog in class org.killbill.billing.util.cache.TenantCatalogCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to Long in method protected doRetrieveOperation(rawKey String, objectType ObjectType, handle Handle) : Long in class org.killbill.billing.util.cache.TenantRecordIdCacheLoader | From | To | |
Change Return Type Object to OverdueConfig in method public loadOverdueConfig(overdueConfigXML String) : OverdueConfig in class org.killbill.billing.util.cache.TenantOverdueConfigCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to Integer in method public loadAccountBCD(accountId UUID, context InternalTenantContext) : Integer in class org.killbill.billing.util.cache.AccountBCDCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to Long in method protected doRetrieveOperation(rawKey String, objectType ObjectType, handle Handle) : Long in class org.killbill.billing.util.cache.AccountRecordIdCacheLoader | From | To | |
Change Return Type Object to PerTenantConfig in method public loadConfig(inputJson String) : PerTenantConfig in class org.killbill.billing.util.cache.TenantConfigCacheLoader.LoaderCallback | From | To | |
Change Return Type Object to UUID in method protected doRetrieveOperation(rawKey String, objectType ObjectType, handle Handle) : UUID in class org.killbill.billing.util.cache.ObjectIdCacheLoader | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cacheType : CacheType to baseCacheLoader : BaseCacheLoader<K,V> in class org.killbill.billing.util.cache.EhCacheBasedCacheController | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cacheName : String to cacheLoader : BaseCacheLoader in method public get() : CacheControllerDispatcher in class org.killbill.billing.util.cache.CacheControllerDispatcherProvider | From | To | |
Change Variable Type result : Object to result : Integer in method private createBCDCacheLoaderArgument(context InternalTenantContext) : CacheLoaderArgument in class org.killbill.billing.account.api.svcs.DefaultAccountInternalApi | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cacheType : CacheType to baseCacheLoader : BaseCacheLoader<K,V> in class org.killbill.billing.util.cache.EhCacheBasedCacheController | From | To | |
Change Attribute Type cacheLoaders : Collection<BaseCacheLoader> to cacheLoaders : Set<BaseCacheLoader> in class org.killbill.billing.util.cache.EhCacheCacheManagerProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cacheType : CacheType to baseCacheLoader : BaseCacheLoader<K,V> in method public EhCacheBasedCacheController(cache Ehcache, baseCacheLoader BaseCacheLoader<K,V>) in class org.killbill.billing.util.cache.EhCacheBasedCacheController | From | To |