827f8f25169a03389d75fd8e5d9e206ecf94e197
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public waitToBlock(count int) : void renamed to public waitUntilBlocked(count int) : void in class org.infinispan.statetransfer.ReplCommandForwardingTest.DelayInterceptor | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type blockPrepare : boolean to commandToBlock : Class<?> in method public DelayInterceptor(commandToBlock Class<?>) in class org.infinispan.statetransfer.ReplCommandRetryTest.DelayInterceptor | From | To | |
| Change Parameter Type onePhase : boolean to commandToBlock : Class<?> in method public DelayInterceptor(commandToBlock Class<?>) in class org.infinispan.statetransfer.ReplCommandForwardingTest.DelayInterceptor | From | To | |
| Rename Variable | 2 | ||
| Rename Variable completedTime : long to completedTx : CompletedTransactionInfo in method public cleanupCompletedTransactions() : void in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo | From | To | |
| Rename Variable address : Address to origin : Address in method private handleTxCommand(ctx TxInvocationContext, command TransactionBoundaryCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type e : Map.Entry<GlobalTransaction,Long> to e : Map.Entry<GlobalTransaction,CompletedTransactionInfo> in method public cleanupCompletedTransactions() : void in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo | From | To | |
| Change Variable Type completedTime : long to completedTx : CompletedTransactionInfo in method public cleanupCompletedTransactions() : void in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo | From | To | |
| Change Variable Type txIterator : Iterator<Map.Entry<GlobalTransaction,Long>> to txIterator : Iterator<Map.Entry<GlobalTransaction,CompletedTransactionInfo>> in method public cleanupCompletedTransactions() : void in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo | From | To | |
| Extract Variable | 1 | ||
| Extract Variable releaseLocks : boolean in method public visitCommitCommand(ctx TxInvocationContext, command CommitCommand) : Object from class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type completedTransactions : EquivalentConcurrentHashMapV8<GlobalTransaction,Long> to completedTransactions : EquivalentConcurrentHashMapV8<GlobalTransaction,CompletedTransactionInfo> in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo | From | To | |
| Extract Method | 7 | ||
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitPutKeyValueCommand(ctx InvocationContext, command PutKeyValueCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitInvalidateCommand(ctx InvocationContext, command InvalidateCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitClearCommand(ctx InvocationContext, command ClearCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitReplaceCommand(ctx InvocationContext, command ReplaceCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitApplyDeltaCommand(ctx InvocationContext, command ApplyDeltaCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Extract Method protected handleWriteCommand(ctx InvocationContext, command WriteCommand) : Object extracted from public visitRemoveCommand(ctx InvocationContext, command RemoveCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter blockPrepare : boolean to commandToBlock : Class<?> in method public DelayInterceptor(commandToBlock Class<?>) in class org.infinispan.statetransfer.ReplCommandRetryTest.DelayInterceptor | From | To | |
| Rename Parameter onePhase : boolean to commandToBlock : Class<?> in method public DelayInterceptor(commandToBlock Class<?>) in class org.infinispan.statetransfer.ReplCommandForwardingTest.DelayInterceptor | From | To |