2767a54ee6308493e6a69b4b2951d8d2252bfd6b
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 2 | ||
| Parameterize Variable indexManager : OIndexManagerProxy to manager : OIndexManagerProxy in method private lockIndexKeys(manager OIndexManagerProxy, indexes TreeMap<String,OTransactionIndexChanges>) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Parameterize Variable indexesToCommit : TreeMap<String,OTransactionIndexChanges> to indexes : TreeMap<String,OTransactionIndexChanges> in method private lockIndexKeys(manager OIndexManagerProxy, indexes TreeMap<String,OTransactionIndexChanges>) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Extract Method | 3 | ||
| Extract Method private lockIndexKeys(manager OIndexManagerProxy, indexes TreeMap<String,OTransactionIndexChanges>) : void extracted from public commit(clientTx OTransaction, callback Runnable) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Extract Method private lockClusters(clustersToLock TreeMap<Integer,OCluster>) : void extracted from public commit(clientTx OTransaction, callback Runnable) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Extract Method private lockIndexes(indexes TreeMap<String,OTransactionIndexChanges>) : void extracted from public commit(clientTx OTransaction, callback Runnable) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To |