6115cf894e1715059982b831bfeb8f40c0e40010
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private serializeWriteValues(headerBuffer BytesContainer, valuesBuffer BytesContainer, document ODocument, fields Set<Entry<String,ODocumentEntry>>, props Map<String,OProperty>) : void renamed to private serializeValues(headerBuffer BytesContainer, valuesBuffer BytesContainer, document ODocument, fields Set<Entry<String,ODocumentEntry>>, props Map<String,OProperty>) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Rename Variable | 3 | ||
| Rename Variable valuePos : int to currentValuePos : int in method public deserializeField(bytes BytesContainer, iClass OClass, iFieldName String, embedded boolean) : OBinaryField in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Rename Variable matchFieldName : Tuple<Boolean,String> to found : boolean in method public deserializePartial(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Rename Variable cumulativeLength : int to currentValuePos : int in method public deserializeField(bytes BytesContainer, iClass OClass, iFieldName String, embedded boolean) : OBinaryField in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Inline Method | 2 | ||
| Inline Method private processPropertyFiledInDeserializePartial(document ODocument, len int, iFields String[], bytes BytesContainer, cumulativeLength int, headerStart int, headerLength int) : Triple<Signal,Triple<Integer,OType,String>,Integer> inlined to public deserializePartial(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Inline Method private processPropertyDeserializeField(len int, schema OImmutableSchema, iFieldName String, iClass OClass, bytes BytesContainer, cumulativeLength int, headerStart int, headerLength int) : Triple<Signal,OBinaryField,Integer> inlined to public deserializeField(bytes BytesContainer, iClass OClass, iFieldName String, embedded boolean) : OBinaryField in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Tuple<Boolean,String> to boolean in method private checkIfPropertyNameMatchSome(prop OGlobalProperty, fields String[]) : boolean in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type matchFieldName : Tuple<Boolean,String> to found : boolean in method public deserializePartial(document ODocument, bytes BytesContainer, iFields String[]) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter iFields : String[] to fields : String[] in method private checkIfPropertyNameMatchSome(prop OGlobalProperty, fields String[]) : boolean in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 | From | To |