ce711c0b5ae215325bd22faab7df85b887f55584
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private lcm(x long, y long) : int from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.OCASDiskWriteAheadLog to private lcm(x long, y long) : int from class com.orientechnologies.common.io.OIOUtils | From | To | |
Move Method private calculateBlockSize(path String) : int from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.OCASDiskWriteAheadLog to public calculateBlockSize(path String) : int from class com.orientechnologies.common.io.OIOUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type void to int in method public writeByteBuffer(buffer ByteBuffer, channel FileChannel, position long) : int in class com.orientechnologies.common.io.OIOUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type doubleWriteLog : PageLog to doubleWriteLog : DoubleWriteLog in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To |