cb72f2bd8709e01a09f59cb135fa8bfa8366b4a0
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type void to CompletableFuture<Object> in method public invoke(success boolean) : CompletableFuture<Object> in class org.infinispan.hibernate.cache.v53.impl.QueryResultsRegionImpl.PostTransactionQueryUpdate | From | To | |
Change Return Type Object to CompletableFuture<?> in method private invalidateAcrossCluster(command T, isTransactional boolean, key Object, keyLockOwner Object) : CompletableFuture<?> in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationInterceptor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type getCache : AdvancedCache to getCache : AdvancedCache<Object,Object> in class org.infinispan.hibernate.cache.v53.impl.QueryResultsRegionImpl | From | To | |
Change Attribute Type putCache : AdvancedCache to putCache : AdvancedCache<Object,Object> in class org.infinispan.hibernate.cache.v53.impl.QueryResultsRegionImpl | From | To | |
Extract Method | 6 | ||
Extract Method private write(session Object, key Object, value Object) : void extracted from public update(session Object, key Object, value Object, currentVersion Object, previousVersion Object) : boolean in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To | |
Extract Method protected invoke(session Object, ctx InvocationContext, command RemoveCommand) : void extracted from public update(session Object, key Object, value Object, currentVersion Object, previousVersion Object) : boolean in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To | |
Extract Method protected invoke(session Object, ctx InvocationContext, command RemoveCommand) : void extracted from public insert(session Object, key Object, value Object, version Object) : boolean in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To | |
Extract Method private write(session Object, key Object, value Object) : void extracted from public remove(session Object, key Object) : void in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To | |
Extract Method protected invoke(session Object, ctx InvocationContext, command RemoveCommand) : void extracted from public remove(session Object, key Object) : void in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To | |
Extract Method private write(session Object, key Object, value Object) : void extracted from public insert(session Object, key Object, value Object, version Object) : boolean in class org.infinispan.hibernate.cache.commons.access.NonTxInvalidationCacheAccessDelegate | From | To |