bdf58ce4bf0b383664dd367cd0760664f71d20d6
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Attribute | 1 | ||
Replace Attribute private storageLocal : OAbstractPaginatedStorage from class com.orientechnologies.orient.core.storage.cluster.v0.OPaginatedClusterV0 with private storage : OAbstractPaginatedStorage from class com.orientechnologies.orient.core.storage.config.OClusterBasedStorageConfiguration | From | To | |
Rename Method | 5 | ||
Rename Method public toStream(buffer ByteBuffer) : void renamed to protected serializeToByteBuffer(buffer ByteBuffer) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OUpdatePageRecord | From | To | |
Rename Method public toStream(buffer ByteBuffer) : void renamed to protected serializeToByteBuffer(buffer ByteBuffer) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAtomicUnitEndRecord | From | To | |
Rename Method public toStream(buffer ByteBuffer) : void renamed to protected serializeToByteBuffer(buffer ByteBuffer) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OFileCreatedWALRecord | From | To | |
Rename Method public toStream(buffer ByteBuffer) : void renamed to protected serializeToByteBuffer(buffer ByteBuffer) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractPageWALRecord | From | To | |
Rename Method private addClusterInternal(clusterName String, clusterPos int, parameters Object...) : int renamed to private doAddCluster(clusterName String, clusterPos int, parameters Object...) : int in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public toStream(buffer ByteBuffer) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OFileDeletedWALRecord to protected serializeToByteBuffer(buffer ByteBuffer) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OFileTruncatedWALRecord | From | To | |
Move And Rename Method public toStream(buffer ByteBuffer) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OFileTruncatedWALRecord to protected serializeToByteBuffer(buffer ByteBuffer) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OFileDeletedWALRecord | From | To | |
Extract Method | 1 | ||
Extract Method public dropClusterInternal(clusterId int) : boolean extracted from public dropCluster(clusterId int, iTruncate boolean) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To |