38c9d019dca898545384eca8b3af564bce425a12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private pageIsBroken(buffer ByteBuffer, walPageSize int) : boolean renamed to private checkPageIsBrokenAndDecrypt(buffer ByteBuffer, segmentId long, pageIndex long, walPageSize int) : boolean in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.OCASDiskWriteAheadLog | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newCounter : Integer to newCounter : int in method public removeCutTillLimit(lsn OLogSequenceNumber) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.OCASDiskWriteAheadLog | From | To | |
Extract Variable | 1 | ||
Extract Variable aesKey : byte[] in method protected initWalAndDiskCache(contextConfiguration OContextConfiguration) : void from class com.orientechnologies.orient.core.storage.disk.OLocalPaginatedStorage | From | To |