0fc9bee1a0a1bee119d12ae987eb8bb61d5db82e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private updatePositionsEmbedded(record BytesContainer, recordsStartPositions Queue<Integer>, offset int) : void renamed to private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, moveOffset int) : List<Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Variable | 4 | ||
Rename Variable positionsWithLengths : List<Tuple<Integer,Integer>> to fieldsInfo : List<RecordInfo> in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer) : List<BytesContainer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Variable documentBytes : byte[] to recordBytes : byte[] in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer) : List<BytesContainer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Variable recordsStartPositions : Queue<Integer> to retList : List<Integer> in method private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, moveOffset int) : List<Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Variable positionLength : Tuple<Integer,Integer> to fieldInfo : RecordInfo in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer) : List<BytesContainer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Return Type | 1 | ||
Change Return Type void to List<Integer> in method private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, moveOffset int) : List<Integer> 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.ORecordSerializerBinaryV0.Tuple moved to com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses.Tuple | From | To | |
Change Variable Type | 3 | ||
Change Variable Type positionsWithLengths : List<Tuple<Integer,Integer>> to fieldsInfo : List<RecordInfo> in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer) : List<BytesContainer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Variable Type recordsStartPositions : Queue<Integer> to retList : List<Integer> in method private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, moveOffset int) : List<Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Variable Type positionLength : Tuple<Integer,Integer> to fieldInfo : RecordInfo in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer) : List<BytesContainer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Parameter | 1 | ||
Rename Parameter offset : int to moveOffset : int in method private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, moveOffset int) : List<Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To |