310d1da66c9015fa74e006e14411b0eb56868f09
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable listRecordsInfo : List<RecordInfo> to recordsInfo : List<RecordInfo> in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Variable mapRecordsInfo : List<MapRecordInfo> to mapRecordInfo : List<MapRecordInfo> in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Parameterize Variable | 5 | ||
Parameterize Variable retList : List<Integer> to destinationList : List<Integer> in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Parameterize Variable type : OType to fieldType : OType in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Parameterize Variable valueType : OType to fieldType : OType in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Parameterize Variable dataType : OType to fieldType : OType in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract Variable | 1 | ||
Extract Variable deserializedBytes : byte[] in method public testGetTypedFieldEmbedded() : void from class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest | From | To | |
Extract Method | 4 | ||
Extract Method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void extracted from private getPositionsPointersToUpdateFromSimpleEmbedded(record BytesContainer, serializerVersion int) : List<Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract Method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void extracted from private getPositionsFromEmbeddedMap(bytes BytesContainer, serializerVersion int) : List<MapRecordInfo> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract Method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void extracted from private getPositionsFromEmbeddedCollection(bytes BytesContainer, serializerVersion int) : List<RecordInfo> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Rename Parameter | 3 | ||
Rename Parameter embeddedNativeBytes : byte[] to recordBytes : byte[] in method private decreasePositionsBy(recordBytes byte[], stepSize int, isNested boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest | From | To | |
Rename Parameter bytes : BytesContainer to record : BytesContainer in method private getPositionsForAllChildren(destinationList List<Integer>, record BytesContainer, fieldType OType, serializerVersion int) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To |