2f951d35172037cace0f2a94264117458a4b33f4
Files Diff
- Added: 3
 - Removed: 0
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected readSingleValue(bytes BytesContainer, type OType, document ODocument) : Object renamed to public deserializeValue(bytes BytesContainer, type OType, ownerDocument ODocument) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
| Rename Method private writeSingleValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int renamed to public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type valuePos : short to iOffset : int in method public BytesContainer(iBytes byte[], iOffset int) in class com.orientechnologies.orient.core.serialization.serializer.record.binary.BytesContainer | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to BytesContainer in method public skip(read int) : BytesContainer in class com.orientechnologies.orient.core.serialization.serializer.record.binary.BytesContainer | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter valuePos : short to iOffset : int in method public BytesContainer(iBytes byte[], iOffset int) in class com.orientechnologies.orient.core.serialization.serializer.record.binary.BytesContainer | From | To | |
| Rename Parameter document : ODocument to ownerDocument : ODocument in method public deserializeValue(bytes BytesContainer, type OType, ownerDocument ODocument) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To |