06cd172008a3ed545d149d60c5c41ee5c267b0f6
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public entryInvalidated(event CacheEntryInvalidatedEvent) : void renamed to public invalidateRegion() : void in class org.hibernate.cache.infinispan.impl.BaseRegion | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type cache : Cache to cache : AdvancedCache in method public newInstance(cache AdvancedCache) : CacheAdapter in class org.hibernate.cache.infinispan.util.CacheAdapterImpl | From | To | |
| Move Method | 1 | ||
| Move Method protected getTransactionManager() : TransactionManager from class org.hibernate.cache.infinispan.InfinispanRegionFactory to public getTransactionManager() : TransactionManager from class org.hibernate.cache.infinispan.impl.BaseRegion | From | To | |
| Rename Variable | 1 | ||
| Rename Variable tm : TransactionManager to remoteTm : TransactionManager in method public testPutFromLoadRemoveDoesNotProduceStaleData() : void in class org.hibernate.test.cache.infinispan.collection.AbstractCollectionRegionAccessStrategyTestCase | From | To | |
| Inline Method | 3 | ||
| Inline Method public getRpcManager() : RpcManager inlined to public getMembers() : List<AddressAdapter> in class org.hibernate.cache.infinispan.util.CacheAdapterImpl | From | To | |
| Inline Method public getRpcManager() : RpcManager inlined to public getAddress() : AddressAdapter in class org.hibernate.cache.infinispan.util.CacheAdapterImpl | From | To | |
| Inline Method protected handleEvictAllInvalidation(event CacheEntryInvalidatedEvent) : boolean inlined to public invalidateRegion() : void in class org.hibernate.cache.infinispan.impl.BaseRegion | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Cache to AdvancedCache in method private getCache(regionName String, typeKey String, properties Properties) : AdvancedCache in class org.hibernate.cache.infinispan.InfinispanRegionFactory | From | To | |
| Parameterize Variable | 4 | ||
| Parameterize Variable localRegion : GeneralDataRegion to region : GeneralDataRegion in method protected regionEvict(region GeneralDataRegion) : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Parameterize Variable remoteRegion : GeneralDataRegion to region : GeneralDataRegion in method protected regionPut(region GeneralDataRegion) : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Parameterize Variable localRegion : GeneralDataRegion to region : GeneralDataRegion in method protected regionPut(region GeneralDataRegion) : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type cache : Cache to cache : AdvancedCache in method public buildCollectionRegion(regionName String, properties Properties, metadata CacheDataDescription) : CollectionRegion in class org.hibernate.cache.infinispan.InfinispanRegionFactory | From | To | |
| Change Variable Type cache : Cache to cache : AdvancedCache in method public buildQueryResultsRegion(regionName String, properties Properties) : QueryResultsRegion in class org.hibernate.cache.infinispan.InfinispanRegionFactory | From | To | |
| Change Variable Type cache : Cache to cache : AdvancedCache in method public buildEntityRegion(regionName String, properties Properties, metadata CacheDataDescription) : EntityRegion in class org.hibernate.cache.infinispan.InfinispanRegionFactory | From | To | |
| Change Variable Type cache : Cache to cache : AdvancedCache in method public buildTimestampsRegion(regionName String, properties Properties) : TimestampsRegion in class org.hibernate.cache.infinispan.InfinispanRegionFactory | From | To | |
| Extract Method | 4 | ||
| Extract Method protected regionPut(region GeneralDataRegion) : void extracted from private evictOrRemoveAllTest(configName String) : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Extract Method protected regionPut(region GeneralDataRegion) : void extracted from private evictOrRemoveTest() : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Extract Method protected regionEvict(region GeneralDataRegion) : void extracted from private evictOrRemoveTest() : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type cache : Cache to cache : AdvancedCache in class org.hibernate.cache.infinispan.util.CacheAdapterImpl | From | To |