eca26d94d1dc186b330243371c242ce431e35522
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private updatePositions(record BytesContainer, recordsStartPositions Queue<Integer>, offset int) : void renamed to private updatePositionsEmbedded(record BytesContainer, recordsStartPositions Queue<Integer>, offset int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Move Class | 1 | ||
Move Class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1.Tuple moved to com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0.Tuple | From | To | |
Change Variable Type | 2 | ||
Change Variable Type embeddedListElementBytes : byte[] to embeddedListElementBytes : OResultBinary in method public testGetFieldFromEmbeddedList() : void in class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest | From | To | |
Change Variable Type embeddedListFieldValue : List<byte[]> to embeddedListFieldValue : List<OResultBinary> in method public testGetFieldFromEmbeddedList() : void in class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest | From | To |