88df4ac908a95df2bd0e69f5620f6ebc0efb1289
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 5 | ||
Extract Variable k : PageKey in method public pinPage(cacheEntry OCacheEntry) : void from class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache | From | To | |
Extract Variable k : PageKey in method private removeColdPagesWithoutCacheLock() : void from class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache | From | To | |
Extract Variable k : PageKey in method public release(cacheEntry OCacheEntry, writeCache OWriteCache) : void from class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type fileId : long to fileId : Long in class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Change Attribute Type recordVersionManager : OPartitionedLockManager<ORID> to recordVersionManager : OLockManager<ORID> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Attribute Type fileLockManager : OPartitionedLockManager<Integer> to fileLockManager : OPartitionedLockManager<Long> in class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Extract Method | 1 | ||
Extract Method protected acquireLockInBatch(values T[], exclusiveMode boolean) : Lock[] extracted from public acquireExclusiveLocksInBatch(values T...) : Lock[] in class com.orientechnologies.common.concur.lock.OOneEntryPerKeyLockManager | From | To |