c4eb0ff665a9ac1bfad6df5608ea0c40507eb728
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object renamed to protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor | From | To | |
Rename Method public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object renamed to protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor | From | To | |
Rename Method public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object renamed to protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type command : GetAllCommand to command : FlagAffectedCommand in method protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor | From | To | |
Change Parameter Type command : GetAllCommand to command : FlagAffectedCommand in method protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor | From | To | |
Change Parameter Type command : GetAllCommand to command : FlagAffectedCommand in method protected handleReadManyCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor | From | To |