07a3bd2a9cd19f3d9a0b5f482582eac4a69f4571
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getResultBytes() : byte[] renamed to public getBytes() : byte[] in class com.orientechnologies.orient.core.serialization.serializer.record.binary.OResultBinary | From | To | |
Rename Variable | 1 | ||
Rename Variable container : BytesContainer to result : OResultBinary in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer, serializerVersion int) : List in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Return Type | 1 | ||
Change Return Type BytesContainer to OResultBinary in method protected deserializeEmbeddedAsBytes(bytes BytesContainer, valueLength int, serializerVersion int) : OResultBinary in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Variable Type | 1 | ||
Change Variable Type container : BytesContainer to result : OResultBinary in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer, serializerVersion int) : List in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Split Attribute | 1 | ||
Split Attribute resultBytes : byte[] to [offset : int, bytes : byte[]] in class com.orientechnologies.orient.core.serialization.serializer.record.binary.OResultBinary | From | To |