09afec7848b3cb7f088a0c1a8e070caab38ee09f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method protected deserializePartialFields(document ODocument, bytes BytesContainer, iFields String[]) : void renamed to public deserializePartial(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
Rename Method public deserializePartial(document ODocument, bytes BytesContainer, iFields String[], deserializeClassName boolean) : void renamed to public deserializePartialWithClassName(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
Rename Method public deserializePartial(document ODocument, bytes BytesContainer, iFields String[], deserializeClassName boolean) : void renamed to public deserializePartialWithClassName(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ODocumentSerializer | From | To | |
Extract Method | 7 | ||
Extract Method private serializeDocument(document ODocument, bytes BytesContainer, clazz OClass) : void extracted from public serialize(document ODocument, bytes BytesContainer, iClassOnly boolean, serializeClassName boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
Extract Method public deserializeWithClassName(document ODocument, bytes BytesContainer) : void extracted from public deserializeValue(bytes BytesContainer, type OType, ownerDocument ODocument) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract Method public serializeWithClassName(document ODocument, bytes BytesContainer, iClassOnly boolean) : void extracted from public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV0 | From | To | |
Extract Method public deserializeWithClassName(document ODocument, bytes BytesContainer) : void extracted from public deserializeValue(bytes BytesContainer, type OType, document ODocument) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV0 | From | To | |
Extract Method public serializeWithClassName(document ODocument, bytes BytesContainer, iClassOnly boolean) : void extracted from public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To |