e6cbd7a48aa1d954054fe8566c304f142fd538d7
Files Diff
- Added: 3
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable recordOperation : ORecordOperation to rid : ORID in method private commit(transaction OTransactionInternal, allocated boolean) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type recordOperation : ORecordOperation to rid : ORID in method private commit(transaction OTransactionInternal, allocated boolean) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type lockManager : OComparableLockManager<ORID> to lockManager : OSimpleRWLockManager<ORID> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Extract Method | 1 | ||
| Extract Method public internalLockRecord(iRecord OIdentifiable, lockingStrategy OStorage.LOCKING_STRATEGY, timeout long) : void extracted from public internalLockRecord(iRecord OIdentifiable, lockingStrategy OStorage.LOCKING_STRATEGY) : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded | From | To |