59f2f79e32cc94b39061c0d723ecf85860f1f876
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testEvictUpdateExpiration() : void renamed to public testEvictUpdate() : void in class org.hibernate.test.cache.infinispan.functional.TombstoneTest | From | To | |
Rename Method public releaseResources() : void renamed to public cleanup() : void in class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
Pull Up Method | 3 | ||
Pull Up Method protected putFromLoadTest(useMinimalAPI boolean) : void from class org.hibernate.test.cache.infinispan.collection.CollectionRegionAccessStrategyTest to protected putFromLoadTest(useMinimalAPI boolean, isRemoval boolean) : void from class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
Pull Up Method protected assertEmptyCache() : void from class org.hibernate.test.cache.infinispan.functional.VersionedTest to protected assertEmptyCache() : void from class org.hibernate.test.cache.infinispan.functional.AbstractNonInvalidationTest | From | To | |
Pull Up Method protected putFromLoadTest(useMinimalAPI boolean) : void from class org.hibernate.test.cache.infinispan.entity.EntityRegionAccessStrategyTest to protected putFromLoadTest(useMinimalAPI boolean, isRemoval boolean) : void from class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tombstoneExpiration : long to region : BaseTransactionalDataRegion in method public TombstoneCallInterceptor(region BaseTransactionalDataRegion) in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor | From | To | |
Rename Variable | 1 | ||
Rename Variable storedFutureUpdate : FutureUpdate to tombstone : Tombstone in method private handleFutureUpdate(e MVCCEntry, futureUpdate FutureUpdate, command PutKeyValueCommand) : Object in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor | From | To | |
Move Attribute | 2 | ||
Move Attribute private region : BaseTransactionalDataRegion from class org.hibernate.cache.infinispan.access.TombstoneSynchronization to private region : BaseTransactionalDataRegion from class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor | From | To | |
Move Attribute private region : BaseTransactionalDataRegion from class org.hibernate.cache.infinispan.access.TombstoneSynchronization to private region : BaseTransactionalDataRegion from class org.hibernate.cache.infinispan.access.FutureUpdateSynchronization | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected cache : AdvancedCache from class org.hibernate.cache.infinispan.util.InvocationAfterCompletion to private cache : AdvancedCache from class org.hibernate.cache.infinispan.access.RemovalSynchronization | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute cache : AdvancedCache to putCache : AdvancedCache in method protected invoke(success boolean) : void in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl.PostTransactionQueryUpdate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type storedFutureUpdate : FutureUpdate to tombstone : Tombstone in method private handleFutureUpdate(e MVCCEntry, futureUpdate FutureUpdate, command PutKeyValueCommand) : Object in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor | From | To | |
Extract Variable | 1 | ||
Extract Variable update : TombstoneUpdate in method public putFromLoad(session SharedSessionContractImplementor, key Object, value Object, txTimestamp long, version Object, minimalPutOverride boolean) : boolean from class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected assertCacheContains(expected Class<T>) : T extracted from public testUpdateRemoveExpiration() : void in class org.hibernate.test.cache.infinispan.functional.TombstoneTest & moved to class org.hibernate.test.cache.infinispan.functional.AbstractNonInvalidationTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter old : Tombstone to update : Tombstone in method public merge(update Tombstone) : Tombstone in class org.hibernate.cache.infinispan.util.Tombstone | From | To | |
Rename Parameter tombstoneExpiration : long to region : BaseTransactionalDataRegion in method public TombstoneCallInterceptor(region BaseTransactionalDataRegion) in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor | From | To |