ba9c11041c9a2659340d1dbb34b075f2e306c815
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable txEntry2 : IgniteTxEntry to txEntry : IgniteTxEntry in method private txUnlock(tx IgniteInternalTx, txEntry IgniteTxEntry) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private txUnlock(tx IgniteInternalTx, txEntry IgniteTxEntry) : void extracted from private lockMultiple(tx IgniteInternalTx, entries Iterable<IgniteTxEntry>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To |