139de40bef09446a0687ac22d8fd8b27a3aa2526
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 7 | ||
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testSizeInExplicitTxWithModification() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testSizeInExplicitTxWithNonExistent() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testKeySetIteratorRemoveInExplicitTx() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testSizeInExplicitTxWithRemoveNonExistent() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testSizeInExplicitTxWithRemoveExistent() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testEntrySetIteratorRemoveInExplicitTx() : void in class org.infinispan.api.CacheAPITest | From | To | |
Rename Variable tm1 : TransactionManager to tm : TransactionManager in method public testSizeInExplicitTx() : void in class org.infinispan.api.CacheAPITest | From | To | |
Inline Variable | 2 | ||
Inline Variable lockOwner : Object in method public unlockAll(context InvocationContext) : void from class org.infinispan.util.concurrent.locks.impl.DefaultLockManager | From | To | |
Inline Variable keysToUnlock : Set<Object> in method public unlockAll(context InvocationContext) : void from class org.infinispan.util.concurrent.locks.impl.DefaultLockManager | From | To | |
Extract Method | 21 | ||
Extract Method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata) : CompletableFuture<Boolean> extracted from public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putIfAbsentAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package replaceAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package putIfAbsentAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata) : CompletableFuture<Boolean> extracted from public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata) : CompletableFuture<Boolean> extracted from public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata) : CompletableFuture<Void> extracted from public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putIfAbsentAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata) : CompletableFuture<Void> extracted from public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata) : CompletableFuture<Boolean> extracted from public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putIfAbsentAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package assertLockStream(consumer BiConsumer<Cache<Object,Object>,CacheEntry<Object,Object>>) : void extracted from public testLockedStream() : void in class org.infinispan.api.APINonTxTest | From | To | |
Extract Method package putIfAbsentAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata) : CompletableFuture<Void> extracted from public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata) : CompletableFuture<Void> extracted from public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Extract Method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata) : CompletableFuture<Boolean> extracted from public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata) : CompletableFuture<Void> extracted from public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method package replaceAsync(key K, value V, metadata Metadata) : CompletableFuture<V> extracted from public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache | From | To |