2b5d2fc5fee9b8d722f919b2d92750f139d07876
Files Diff
- Added: 22
- Removed: 0
- Renamed: 0
- Modified: 72
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private txMXBean(igniteInt int) : TransactionMetricsMxBean renamed to private txMetricsMXBean(igniteInt int) : TransactionMetricsMxBean in class org.apache.ignite.internal.TransactionMetricsMxBeanImplTest | From | To | |
Rename Method public finish(commit boolean, clearThreadMap boolean) : void renamed to public apply(fut IgniteInternalFuture<?>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.tryRollbackAsync.listen | From | To | |
Move Method | 1 | ||
Move Method protected beforeTest() : void from class org.apache.ignite.internal.processors.cache.distributed.CacheLateAffinityAssignmentTest to protected beforeTest() : void from class org.apache.ignite.internal.processors.cache.transactions.TxRollbackAsyncWithPersistenceTest | From | To | |
Inline Method | 1 | ||
Inline Method private chainFinishFuture(fut NearTxFinishFuture, commit boolean) : IgniteInternalFuture<IgniteInternalTx> inlined to public commitNearTxLocalAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Rename Variable | 3 | ||
Rename Variable futTimeout : long to dumpTimeout : long in method private body0() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Rename Variable timedout : boolean to timedOut : boolean in method public lockAllAsync(cacheCtx GridCacheContext<?,?>, nearNode ClusterNode, req GridNearLockRequest, filter0 CacheEntryPredicate[]) : IgniteInternalFuture<GridNearLockResponse> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter | From | To | |
Rename Variable futTimeout : long to waitTimeout : long in method private waitPartitionRelease(phase int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Change Return Type | 1 | ||
Change Return Type IgniteInternalFuture<IgniteInternalTx> to IgniteInternalFuture<?> in method public remoteTxFinishFuture(nearVer GridCacheVersion) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public CONFIRM_MSG : String in class org.apache.ignite.internal.commandline.CommandHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fut : GridCompoundFuture<IgniteInternalTx,IgniteInternalTx> to fut : GridCompoundFuture<Void,Void> in method public remoteTxFinishFuture(nearVer GridCacheVersion) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Variable | 2 | ||
Extract Variable cfg : IgniteConfiguration in method private waitPartitionRelease(phase int) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Extract Variable entry : GridCacheEntryEx in method private txUnlock(tx IgniteInternalTx, txEntry IgniteTxEntry) : void from class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Method | 4 | ||
Extract Method private getBalancedNode(compute GridClientCompute) : GridClientNode extracted from private executeTask(client GridClient, taskCls Class<?>, taskArgs Object) : R in class org.apache.ignite.internal.commandline.CommandHandler | From | To | |
Extract Method private checkDone() : boolean extracted from private map(entries Iterable<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture | From | To | |
Extract Method public close(clearThreadMap boolean) : void extracted from public close() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Extract Method private getConsistentIds(s String) : List<String> extracted from private arg(op VisorBaselineOperation, s String) : VisorBaselineTaskArg in class org.apache.ignite.internal.commandline.CommandHandler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private doFinish(commit boolean, clearThreadMap boolean) : void extracted from public finish(commit boolean, clearThreadMap boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture & moved to class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To |