fb13a9a0d7b35f6249fa06548bbf871e7294e1d4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type sys : boolean to sysCacheCtx : GridCacheContext in method private txStart0(concurrency TransactionConcurrency, isolation TransactionIsolation, timeout long, txSize int, sysCacheCtx GridCacheContext) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl | From | To | |
Extract Method | 3 | ||
Extract Method private clearThreadMap(tx IgniteInternalTx<K,V>) : void extracted from public rollbackTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Method private clearThreadMap(tx IgniteInternalTx<K,V>) : void extracted from public commitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Extract Method private clearThreadMap(tx IgniteInternalTx<K,V>) : void extracted from public uncommitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sys : boolean to sysCacheCtx : GridCacheContext in method private txStart0(concurrency TransactionConcurrency, isolation TransactionIsolation, timeout long, txSize int, sysCacheCtx GridCacheContext) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl | From | To |