c1d39cb72d641dfa6f34eddf73b9e27a10f32cd6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private processComputes(command AbstractDataWriteCommand, ctx InvocationContext, prevValue Object, computedValue Object, transactionContext TransactionContext) : void renamed to private processReadWriteKeyCommand(command ReadWriteKeyCommand, ctx InvocationContext, prevValue Object, transactionContext TransactionContext) : void in class org.infinispan.query.backend.QueryInterceptor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type command : AbstractDataWriteCommand to command : ReadWriteKeyCommand in method private processReadWriteKeyCommand(command ReadWriteKeyCommand, ctx InvocationContext, prevValue Object, transactionContext TransactionContext) : void in class org.infinispan.query.backend.QueryInterceptor | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute ref : CacheEntryChange<K,V> to defaultMetadata : Metadata in method public merge(key K, value V, remappingFunction BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.cache.impl.SimpleCacheImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ref : CacheEntryChange<K,V> to defaultMetadata : Metadata in method public merge(key K, value V, remappingFunction BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.cache.impl.SimpleCacheImpl | From | To | |
Extract Method | 4 | ||
Extract Method private setEntry(value V) : void extracted from private setOnly(value V, metas MetaParam.Writable[]) : void in class org.infinispan.functional.impl.EntryViews.EntryBackedReadWriteView | From | To | |
Extract Method private processFunctionalCommand(command AbstractDataWriteCommand, ctx InvocationContext, prevValue Object, computedValue Object, transactionContext TransactionContext) : void extracted from private processComputes(command AbstractDataWriteCommand, ctx InvocationContext, prevValue Object, computedValue Object, transactionContext TransactionContext) : void in class org.infinispan.query.backend.QueryInterceptor | From | To | |
Extract Method private setValue(value V) : void extracted from public set(value V, metas MetaParam.Writable...) : Void in class org.infinispan.functional.impl.EntryViews.EntryBackedWriteOnlyView | From | To | |
Extract Method private setValue(value V) : void extracted from private setOnly(value V, metas MetaParam.Writable[]) : void in class org.infinispan.functional.impl.EntryViews.EntryAndPreviousReadWriteView | From | To |