518ca2a4894feac4dfeb2b9bba7cb5e2b6738f2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getFromContainer(key Object, segment int, isOwner boolean, writeOperation boolean) : CacheEntry renamed to private getFromContainerForWrite(key Object, segment int, isOwner boolean) : CacheEntry in class org.infinispan.container.impl.EntryFactoryImpl | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type lifespan : Long to flagsBitSet : long in method public buildRemoveExpiredCommand(key Object, value Object, segment int, flagsBitSet long) : RemoveExpiredCommand in class org.infinispan.util.mocks.ControlledCommandFactory | From | To | |
Change Parameter Type lifespan : Long to flagsBitSet : long in method public buildRemoveExpiredCommand(key Object, value Object, segment int, flagsBitSet long) : RemoveExpiredCommand in class org.infinispan.commands.CommandsFactory | From | To | |
Extract Variable | 2 | ||
Extract Variable cacheToUse : AdvancedCache<K,V> in method package actualRemoveMaxIdleExpireEntry(key K, value V, maxIdle long, skipLocking boolean) : CompletableFuture<Boolean> from class org.infinispan.expiration.impl.ClusterExpirationManager | From | To | |
Extract Variable cacheToUse : AdvancedCache<K,V> in method package handleLifespanExpireEntry(key K, value V, lifespan long, skipLocking boolean) : CompletableFuture<Void> from class org.infinispan.expiration.impl.ClusterExpirationManager | From | To | |
Extract Method | 2 | ||
Extract Method package removeLifespanExpired(key K, value V, lifespan Long, explicitFlags long) : CompletableFuture<Void> extracted from public removeLifespanExpired(key K, value V, lifespan Long) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package removeMaxIdleExpired(key K, value V, explicitFlags long) : CompletableFuture<Boolean> extracted from public removeMaxIdleExpired(key K, value V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter lifespan : Long to flagsBitSet : long in method public buildRemoveExpiredCommand(key Object, value Object, segment int, flagsBitSet long) : RemoveExpiredCommand in class org.infinispan.util.mocks.ControlledCommandFactory | From | To | |
Rename Parameter lifespan : Long to flagsBitSet : long in method public buildRemoveExpiredCommand(key Object, value Object, segment int, flagsBitSet long) : RemoveExpiredCommand in class org.infinispan.commands.CommandsFactory | From | To |