|
Change Variable Type fieldValueType : ODocumentDelta.ValueType to fieldValueType : ValueType in method private serialize(deltaDoc ODocumentDelta, bytes BytesContainer) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 |
From |
To |
|
Change Variable Type fieldValueType : ODocumentDelta.ValueType to fieldValueType : ValueType in method private mergeDeleteTree(to ODocument, from ODocumentDelta) : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type field : Map.Entry<String,ODocumentDelta.ValueType> to field : Map.Entry<String,ValueType> in method private mergeUpdateTree(toValueType ValueType, fromValueType ValueType) : Object in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type deltaValueType : ODocumentDelta.ValueType to deltaValueType : ValueType in method private mergeUpdateTree(toValueType ValueType, fromValueType ValueType) : Object in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type field : Map.Entry<String,ODocumentDelta.ValueType> to field : Map.Entry<String,ValueType> in method private mergeDeleteTree(to ODocument, from ODocumentDelta) : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type deltaPassObject : ODocumentDelta.ValueType to deltaPassObject : ValueType in method private mergeUpdateTree(toValueType ValueType, fromValueType ValueType) : Object in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type entry : Map.Entry<String,ODocumentDelta.ValueType> to entry : Map.Entry<String,ValueType> in method private serialize(deltaDoc ODocumentDelta, bytes BytesContainer) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 |
From |
To |