|
Change Variable Type previousType : OType to previousType : OTypeInterface in method private getUpdateDeltaValue(currentValue Object, previousValue Object, changed boolean, parent ODocumentEntry, ownersTrace List<Object>) : TypeValue in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type field : Map.Entry<String,Object> to field : Map.Entry<String,ODocumentDelta.ValueType> in method private mergeDeleteTree(to ODocument, from ODocumentDelta) : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Object> to entry : Map.Entry<String,ODocumentDelta.ValueType> in method private serialize(deltaDoc ODocumentDelta, bytes BytesContainer) : void in class com.orientechnologies.orient.core.delta.ODocumentDeltaSerializerV1 |
From |
To |
|
Change Variable Type deltaPassObject : Object to deltaPassObject : ODocumentDelta.ValueType in method private mergeUpdateTree(toValueType ODocumentDelta.ValueType, fromValueType ODocumentDelta.ValueType) : Object in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type field : Map.Entry<String,Object> to field : Map.Entry<String,ValueType> in method public equals(obj Object) : boolean in class com.orientechnologies.orient.core.delta.ODocumentDelta |
From |
To |
|
Change Variable Type field : Map.Entry<String,Object> to field : Map.Entry<String,ODocumentDelta.ValueType> in method private mergeUpdateTree(toValueType ODocumentDelta.ValueType, fromValueType ODocumentDelta.ValueType) : Object in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |