d5a9a9539131511e749f3743a3d0e93cf76cb9f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable pos : int to posInPage : int in method private writeContentInPage(pageContent byte[], posInPage int, log byte[], isLast boolean, fromRecord int, contentLength int) : int in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To | |
Extract Method | 1 | ||
Extract Method private writeContentInPage(pageContent byte[], posInPage int, log byte[], isLast boolean, fromRecord int, contentLength int) : int extracted from private commitLog() : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type logCache : AtomicReference<List<OLogRecord>> to logCache : List<OLogRecord> in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To |