3959fed597d3a58628408c65223462c125124d4f
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public loadPage(fileId long, pageIndex long, checkPinnedPages boolean, pageCount int) : OCacheEntry renamed to public loadPageForWrite(fileId long, pageIndex long, checkPinnedPages boolean, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation | From | To | |
| Rename Method public releasePage(cacheEntry OCacheEntry) : void renamed to public releasePageFromRead(cacheEntry OCacheEntry) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation | From | To | |
| Extract Method | 1 | ||
| Extract Method public releasePageFromWrite(cacheEntry OCacheEntry) : void extracted from public releasePage(cacheEntry OCacheEntry) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation | From | To |