| 
                                Push Down Method	protected abstract schemaId() : int from class org.apache.ignite.internal.portable.BinaryObjectEx to protected abstract schemaId() : int from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	protected abstract hasArray() : boolean from class org.apache.ignite.internal.portable.BinaryObjectEx to protected abstract hasArray() : boolean from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	protected abstract createSchema() : PortableSchema from class org.apache.ignite.internal.portable.BinaryObjectEx to protected abstract createSchema() : PortableSchema from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public clone() : BinaryObject from class org.apache.ignite.internal.portable.BinaryObjectEx to public clone() : BinaryObject from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public abstract length() : int from class org.apache.ignite.internal.portable.BinaryObjectEx to public abstract length() : int from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public toString() : String from class org.apache.ignite.internal.portable.BinaryObjectEx to public toString() : String from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public abstract array() : byte[] from class org.apache.ignite.internal.portable.BinaryObjectEx to public abstract array() : byte[] from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public abstract offheapAddress() : long from class org.apache.ignite.internal.portable.BinaryObjectEx to public abstract offheapAddress() : long from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	private toString(ctx BinaryReaderHandles, handles IdentityHashMap<BinaryObject,Integer>) : String from class org.apache.ignite.internal.portable.BinaryObjectEx to private toString(ctx BinaryReaderHandles, handles IdentityHashMap<BinaryObject,Integer>) : String from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	protected abstract fieldByOrder(fieldOffset int) : F from class org.apache.ignite.internal.portable.BinaryObjectEx to protected abstract fieldByOrder(fieldOffset int) : F from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public abstract field(fieldId int) : F from class org.apache.ignite.internal.portable.BinaryObjectEx to public abstract field(fieldId int) : F from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public equals(other Object) : boolean from class org.apache.ignite.internal.portable.BinaryObjectEx to public equals(other Object) : boolean from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	protected abstract field(ctx BinaryReaderHandles, fieldName String) : F from class org.apache.ignite.internal.portable.BinaryObjectEx to protected abstract field(ctx BinaryReaderHandles, fieldName String) : F from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Push Down Method	public abstract start() : int from class org.apache.ignite.internal.portable.BinaryObjectEx to public abstract start() : int from class org.apache.ignite.internal.portable.BinaryObjectExImpl | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFooterOffsetsOffheapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected abstract toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFieldsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFieldsHeapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected abstract toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFooterOffsetsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFooterOffsetsHeapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	BinaryObjectEx to BinaryObjectExImpl in method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.portable.BinaryFieldsOffheapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	po : BinaryObjectEx to po : BinaryObjectExImpl in method public unmarshal(in PortableInputStream, ctx PortableContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, detach boolean) : Object in class org.apache.ignite.internal.portable.PortableUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	po1 : BinaryObjectEx to po1 : BinaryObjectExImpl in method public testCustomIdMapperWithGlobal() : void in class org.apache.ignite.internal.portable.BinaryMarshallerSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	portObj : BinaryObjectEx to portObj : BinaryObjectExImpl in method private context(marsh BinaryMarshaller, fieldName String) : TestContext in class org.apache.ignite.internal.portable.BinaryFieldsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	po2 : BinaryObjectEx to po2 : BinaryObjectExImpl in method public testCustomIdMapperWithGlobal() : void in class org.apache.ignite.internal.portable.BinaryMarshallerSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	obj0 : BinaryObjectEx to obj0 : BinaryObjectExImpl in method public value(obj BinaryObject) : T in class org.apache.ignite.internal.portable.BinaryFieldImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	arg0 : BinaryObject to arg0 : BinaryObjectEx in method public execute() : Object in class org.apache.ignite.platform.PlatformComputeBinarizableArgTask.BinarizableArgJob | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	po1 : BinaryObjectEx to po1 : BinaryObjectExImpl in method public testCustomIdMapper() : void in class org.apache.ignite.internal.portable.BinaryMarshallerSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	portObj : BinaryObjectEx to portObj : BinaryObjectExImpl in method private nestedContext(marsh BinaryMarshaller, fieldName String) : TestContext in class org.apache.ignite.internal.portable.BinaryFieldsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	portObj : BinaryObjectEx to portObj : BinaryObjectExImpl in method private check(len int) : void in class org.apache.ignite.internal.portable.BinaryFooterOffsetsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	portOutObj : BinaryObjectEx to portOutObj : BinaryObjectExImpl in method private nestedContext(marsh BinaryMarshaller, fieldName String) : TestContext in class org.apache.ignite.internal.portable.BinaryFieldsAbstractSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	obj0 : BinaryObjectEx to obj0 : BinaryObjectExImpl in method public exists(obj BinaryObject) : boolean in class org.apache.ignite.internal.portable.BinaryFieldImpl | 
                                From | 
                                To |