97017a1d6d5cc0b61bae50836595803a7a6e4d1a
Files Diff
- Added: 3
- Removed: 27
- Renamed: 0
- Modified: 115
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testSyncRollback() : void renamed to public testRollback() : void in class org.infinispan.statetransfer.StaleTxWithCommitDuringStateTransferTest | From | To | |
Rename Method protected createPrepareRpcOptions() : RpcOptions renamed to protected createRpcOptions() : RpcOptions in class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Rename Method public testSyncCommit() : void renamed to public testCommit() : void in class org.infinispan.statetransfer.StaleTxWithCommitDuringStateTransferTest | From | To | |
Inline Method | 7 | ||
Inline Method private blockOnL1FutureIfNeededTx(f Future<?>) : void inlined to public visitPrepareCommand(ctx TxInvocationContext, command PrepareCommand) : Object in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor | From | To | |
Inline Method private blockOnL1FutureIfNeededTx(f Future<?>) : void inlined to public visitCommitCommand(ctx TxInvocationContext, command CommitCommand) : Object in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor | From | To | |
Inline Method private doTest(cacheMode CacheMode) : void inlined to public testSync() : void in class org.infinispan.statetransfer.StaleLocksWithLockOnlyTxDuringStateTransferTest | From | To | |
Rename Class | 1 | ||
Rename Class org.infinispan.tx.TransactionCleanupWithAsync2ndPhaseTest renamed to org.infinispan.tx.TransactionCleanupTest | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.infinispan.tx.totalorder.simple.dist.SingleNodeFullAsyncTotalOrderTest moved and renamed to org.infinispan.stats.simple.TotalOrderSyncReplWritSkewExtendedStatisticTest | From | To | |
Move And Rename Class org.infinispan.tx.totalorder.simple.repl.SingleNodeFullAsyncTotalOrderTest moved and renamed to org.infinispan.stats.simple.TotalOrderSyncWriteSkewDistExtendedStatisticTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type c1 : Cache to c1 : Cache<Object,String> in method public testAsyncTxMethods() : void in class org.infinispan.replication.AsyncAPITxSyncReplTest | From | To | |
Change Variable Type map : Map to map : Map<String,String> in method public put() : void in class org.infinispan.replication.ReplicatedAPITest | From | To | |
Extract Variable | 1 | ||
Extract Variable cacheMode : CacheMode in method public validate() : void from class org.infinispan.configuration.cache.TransactionConfigurationBuilder | From | To | |
Inline Variable | 1 | ||
Inline Variable txCtx : TxInvocationContext in method private getMutationsOnKey(ctx TxInvocationContext, key Object) : List<Mutation> from class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Extract Method | 2 | ||
Extract Method private handleSecondPhaseCommand(ctx TxInvocationContext, command TransactionBoundaryCommand) : Object extracted from public visitRollbackCommand(ctx TxInvocationContext, command RollbackCommand) : Object in class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Extract Method private handleSecondPhaseCommand(ctx TxInvocationContext, command TransactionBoundaryCommand) : Object extracted from public visitCommitCommand(ctx TxInvocationContext, command CommitCommand) : Object in class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To |