7eb489a380196feb6fa706a09d10d8299c80f150
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type linkedType : OType to linkedType : ODeltaDocumentFieldType in method private serializeEmbeddedCollection(bytes BytesContainer, value Collection<?>, linkedType ODeltaDocumentFieldType) : int in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Parameter Type type : OType to type : ODeltaDocumentFieldType in method protected deserializeValue(bytes BytesContainer, type ODeltaDocumentFieldType, ownerDocument ODocument) : T in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Parameter Type type : OType to type : ODeltaDocumentFieldType in method private serializeValue(bytes BytesContainer, value Object, type ODeltaDocumentFieldType) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Return Type | 1 | ||
Change Return Type OType to ODeltaDocumentFieldType in method protected getDocumentFieldType(entry ODocumentEntry) : ODeltaDocumentFieldType in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Variable Type | 5 | ||
Change Variable Type type : OType to type : ODeltaDocumentFieldType in method private writeEmbeddedMap(bytes BytesContainer, map Map<Object,Object>) : int in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Variable Type type : OType to type : ODeltaDocumentFieldType in method private serializeEmbeddedCollection(bytes BytesContainer, value Collection<?>, linkedType ODeltaDocumentFieldType) : int in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Variable Type valueType : OType to valueType : ODeltaDocumentFieldType in method private serializeDoc(document ODocument, bytes BytesContainer) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Variable Type fieldType : OType to fieldType : ODeltaDocumentFieldType in method private deserializeDoc(bytes BytesContainer, owner ODocument) : ODocument in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Change Variable Type type : OType to type : ODeltaDocumentFieldType in method private deserialize(delta ODocumentDelta, bytes BytesContainer) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public readDeltaDocumentType(bytes BytesContainer) : ODeltaDocumentFieldType extracted from protected readEmbeddedMap(bytes BytesContainer, document ODocument) : Map in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 & moved to class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses | From | To |