98c3bc0bc5d0b2cac9122ab67795529de56567df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public visitGetKeyValueCommand(ctx InvocationContext, command GetKeyValueCommand) : Object from class org.infinispan.interceptors.locking.OptimisticLockingInterceptor to public visitGetKeyValueCommand(ctx InvocationContext, command GetKeyValueCommand) : Object from class org.infinispan.interceptors.totalorder.TotalOrderInterceptor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute needToMarkReads : boolean to writeSkewCheck : boolean in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor | From | To | |
Extract Variable | 1 | ||
Extract Variable cacheTransaction : AbstractCacheTransaction in method protected wrapRemoteEntry(ctx InvocationContext, key Object, ice CacheEntry, isWrite boolean) : void from class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor | From | To | |
Extract Method | 1 | ||
Extract Method private markAllKeysAsRead(ctx InvocationContext, keys Collection<?>) : void extracted from public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor | From | To |