4a1af37e39783d57b924138fb1e4aeddc137fc8a
Files Diff
- Added: 8
- Removed: 4
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 8 | ||
Change Parameter Type ctx : PortableReaderContext to ctx : BinaryReaderHandles in method private toString(ctx BinaryReaderHandles, handles IdentityHashMap<BinaryObject,Integer>) : String in class org.apache.ignite.internal.portable.BinaryObjectEx | From | To | |
Change Parameter Type handles : Map<Object,Integer> to handles : BinaryWriterHandles in method public BinaryWriterExImpl(ctx PortableContext, out PortableOutputStream, schema BinaryWriterSchemaHolder, handles BinaryWriterHandles) in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Change Parameter Type rCtx : PortableReaderContext to rCtx : BinaryReaderHandles in method protected field(rCtx BinaryReaderHandles, fieldName String) : F in class org.apache.ignite.internal.portable.BinaryObjectImpl | From | To | |
Change Parameter Type ctx : PortableReaderContext to ctx : BinaryReaderHandles in method protected abstract field(ctx BinaryReaderHandles, fieldName String) : F in class org.apache.ignite.internal.portable.BinaryObjectEx | From | To | |
Change Parameter Type alloc : PortableMemoryAllocator to chunk : PortableMemoryAllocatorChunk in method public PortableHeapOutputStream(cap int, chunk PortableMemoryAllocatorChunk) in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Change Parameter Type rCtx : PortableReaderContext to rCtx : BinaryReaderHandles in method protected field(rCtx BinaryReaderHandles, fieldName String) : F in class org.apache.ignite.internal.portable.BinaryObjectOffheapImpl | From | To | |
Change Parameter Type mode : PortableClassDescriptor.Mode to mode : BinaryWriteMode in method private add(name String, mode BinaryWriteMode) : void in class org.apache.ignite.internal.portable.BinaryMetadataCollector | From | To | |
Change Parameter Type out : PortableOutputStream to tlsCtx : BinaryThreadLocalContext in method public BinaryWriterExImpl(ctx PortableContext, tlsCtx BinaryThreadLocalContext) in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Move Method | 1 | ||
Move Method private mode(cls Class<?>) : Mode from class org.apache.ignite.internal.portable.PortableClassDescriptor to public mode(cls Class<?>) : BinaryWriteMode from class org.apache.ignite.internal.portable.PortableUtils | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private id : int from class org.apache.ignite.internal.portable.PortableClassDescriptor.FieldInfo to protected id : int from class org.apache.ignite.internal.portable.BinaryFieldAccessor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.portable.PortableReaderContext renamed to org.apache.ignite.internal.portable.BinaryReaderHandles | From | To | |
Move And Rename Class | 4 | ||
Move And Rename Class org.apache.ignite.internal.portable.PortableClassDescriptor.FieldInfo moved and renamed to org.apache.ignite.internal.portable.BinaryFieldAccessor.DefaultAccessor | From | To | |
Move And Rename Class org.apache.ignite.internal.portable.BinaryWriterExImpl.SchemaHolder moved and renamed to org.apache.ignite.internal.portable.BinaryWriterSchemaHolder | From | To | |
Move And Rename Class org.apache.ignite.internal.portable.PortableClassDescriptor.Mode moved and renamed to org.apache.ignite.internal.portable.BinaryWriteMode | From | To | |
Move And Rename Class org.apache.ignite.internal.portable.PortableThreadLocalMemoryAllocator moved and renamed to org.apache.ignite.internal.portable.streams.PortableMemoryAllocatorChunk | From | To | |
Extract Variable | 3 | ||
Extract Variable stream : PortableOffheapInputStream in method protected field(rCtx BinaryReaderHandles, fieldName String) : F from class org.apache.ignite.internal.portable.BinaryObjectOffheapImpl | From | To | |
Extract Variable typeId0 : int in method public BinaryReaderExImpl(ctx PortableContext, in PortableInputStream, ldr ClassLoader, rCtx BinaryReaderHandles) from class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Variable cls0 : Class<?> in method private readEnumArray0(cls Class<?>) : Object[] from class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Variable Type | 3 | ||
Change Variable Type ctx : PortableReaderContext to ctx : BinaryReaderHandles in method public toString() : String in class org.apache.ignite.internal.portable.BinaryObjectEx | From | To | |
Change Variable Type info : FieldInfo to info : BinaryFieldAccessor in method package read(reader BinaryReaderExImpl) : Object in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Change Variable Type info : FieldInfo to info : BinaryFieldAccessor in method package write(obj Object, writer BinaryWriterExImpl) : void in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Inline Variable | 1 | ||
Inline Variable fieldId : int in method public readExternal(in ObjectInput) : void from class org.apache.ignite.internal.portable.PortableSchema | From | To | |
Extract Method | 27 | ||
Extract Method private readEnumArray0(cls Class<?>) : Object[] extracted from public readEnumArray() : T[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private readMap0(cls Class<? extends Map>) : Map extracted from package readMap(fieldId int, cls Class<? extends Map>) : Map<?,?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private readCollection0(cls Class<? extends Collection>) : Collection extracted from package readCollection(fieldId int, cls Class<? extends Collection>) : Collection<T> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadCharArray() : char[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadTimestampArray() : Timestamp[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadLongArray() : long[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private initialize(fieldIds List<Integer>) : void extracted from private PortableSchema(schemaId int, fieldIds List<Integer>) in class org.apache.ignite.internal.portable.PortableSchema | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadByteArray() : byte[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadMapEntry(deep boolean) : Map.Entry<?,?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadObjectArray(deep boolean) : Object[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadIntArray() : int[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadDecimalArray() : BigDecimal[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadMap(deep boolean, cls Class<? extends Map>) : Map<?,?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private checkFlag(expFlag byte) : Flag in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private readEnum0(cls Class<?>) : Enum<?> extracted from package readEnum(fieldId int, cls Class<?>) : Enum<?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadDateArray() : Date[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadDoubleArray() : double[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadBooleanArray() : boolean[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private readEnumArray0(cls Class<?>) : Object[] extracted from package readEnumArray(fieldId int, cls Class<?>) : Object[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadCollection(deep boolean, cls Class<? extends Collection>) : Collection<?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadUuidArray() : UUID[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadStringArray() : String[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private readEnum0(cls Class<?>) : Enum<?> extracted from public readEnum() : T in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method public typeId(typeId int) : void extracted from public newWriter(typeId int) : BinaryWriterExImpl in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadFloatArray() : float[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method private checkFlagNoHandles(expFlag byte) : Flag extracted from package readByte(fieldId int) : Byte in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Method package positionForHandle() : int extracted from private doReadShortArray() : short[] in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Rename Method | 6 | ||
Rename Method protected writeShortPositioned(pos int, val short) : void renamed to public unsafeWriteShort(val short) : void in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Rename Method protected writeIntPositioned(pos int, val int) : void renamed to public unsafeWriteInt(val int) : void in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Rename Method protected writeShortPositioned(pos int, val short) : void renamed to public unsafeWriteShort(val short) : void in class org.apache.ignite.internal.portable.streams.PortableOffheapOutputStream | From | To | |
Rename Method protected writeIntPositioned(pos int, val int) : void renamed to public unsafeWriteInt(val int) : void in class org.apache.ignite.internal.portable.streams.PortableOffheapOutputStream | From | To | |
Rename Method package schemas() : Collection<PortableSchema> renamed to package schema() : PortableSchema in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Rename Method package unmarshalFieldByAbsolutePosition(pos int) : Object renamed to public BinaryReaderExImpl(ctx PortableContext, in PortableInputStream, ldr ClassLoader, rCtx BinaryReaderHandles) in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable size : int to idsCnt : int in method public readExternal(in ObjectInput) : void in class org.apache.ignite.internal.portable.PortableSchema | From | To | |
Inline Method | 96 | ||
Inline Method public doWriteByte(val byte) : void inlined to package doWriteTimestampArray(val Timestamp[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteCollection(col Collection<?>) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteLong(val long) : void inlined to public writeLong(val long) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteFloatArray(val float[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeLongField(val Long) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWritePortableObject(po BinaryObjectImpl) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteBooleanArray(val boolean[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteShortArray(val short[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteShort(val short) : void inlined to public writeShort(val short) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteDateArray(val Date[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteMapEntry(e Map.Entry<?,?>) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeByteField(val Byte) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeFloatField(val Float) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteUuidArray(val UUID[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteBoolean(val boolean) : void inlined to public writeBoolean(val boolean) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteIntArray(val int[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteDecimalArray(val BigDecimal[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteUuid(uuid UUID) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeIntField(val Integer) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeBooleanField(val Boolean) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteEnum(val Enum<?>) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteStringArray(val String[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method private parseHeaderIfNeeded() : void inlined to public BinaryReaderExImpl(ctx PortableContext, in PortableInputStream, ldr ClassLoader, rCtx BinaryReaderHandles) in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeDoubleField(val Double) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteInt(val int) : void inlined to public writeInt(val int) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteString(val String) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteInt(val int) : void inlined to package doWriteEnum(val Enum<?>) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteInt(val int) : void inlined to package doWriteEnumArray(val Object[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public writeByte(v int) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteDate(date Date) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteInt(val int) : void inlined to package doWriteObjectArray(val Object[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteByteArray(val byte[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeShortField(val Short) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteShort(val short) : void inlined to public writeShort(v int) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteTimestamp(ts Timestamp) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package writeCharField(val Character) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public writeObjectDetached(obj Object) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public writeByte(val byte) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteEnumArray(val Object[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteChar(val char) : void inlined to public writeChar(val char) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteMap(map Map<?,?>) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteDouble(val double) : void inlined to public writeDouble(val double) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteClass(val Class) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteDoubleArray(val double[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method package handle(obj Object) : int inlined to package tryWriteAsHandle(obj Object) : boolean in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteFloat(val float) : void inlined to public writeFloat(val float) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteObject(obj Object) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public write(b int) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteCharArray(val char[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package marshal(obj Object, enableReplace boolean) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteObjectArray(val Object[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to public doWriteDecimal(val BigDecimal) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteByte(val byte) : void inlined to package doWriteLongArray(val long[]) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Inline Method public doWriteChar(val char) : void inlined to public writeChar(v int) : void in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Change Return Type | 10 | ||
Change Return Type Collection<PortableSchema> to PortableSchema in method package schema() : PortableSchema in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Change Return Type Character to char in method package readChar(fieldId int) : char in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Boolean to boolean in method package readBoolean(fieldId int) : boolean in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Long to long in method package readLong(fieldId int) : long in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Short to short in method package readShort(fieldId int) : short in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Byte to byte in method package readByte(fieldId int) : byte in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Double to double in method package readDouble(fieldId int) : double in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Integer to int in method package readInt(fieldId int) : int in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Return Type Mode to BinaryWriteMode in method public mode(cls Class<?>) : BinaryWriteMode in class org.apache.ignite.internal.portable.PortableUtils | From | To | |
Change Return Type Float to float in method package readFloat(fieldId int) : float in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute pos : int to start : int in method public BinaryReaderExImpl(ctx PortableContext, in PortableInputStream, ldr ClassLoader, rCtx BinaryReaderHandles) in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Replace Variable With Attribute len : int to footerLen : int in method package deserialize() : Object in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.internal.portable.BinaryFieldAccessor from classes [org.apache.ignite.internal.portable.BinaryFieldAccessor.DefaultAccessor] | From | To | |
Rename Attribute | 2 | ||
Rename Attribute stableSchemas : Collection<PortableSchema> to stableSchema : PortableSchema in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Rename Attribute alloc : PortableMemoryAllocator to chunk : PortableMemoryAllocatorChunk in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Change Attribute Type | 8 | ||
Change Attribute Type fields : Collection<FieldInfo> to fields : BinaryFieldAccessor[] in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Change Attribute Type schema : SchemaHolder to schema : BinaryWriterSchemaHolder in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Change Attribute Type ids : ArrayList<Integer> to ids : int[] in class org.apache.ignite.internal.portable.PortableSchema | From | To | |
Change Attribute Type alloc : PortableMemoryAllocator to chunk : PortableMemoryAllocatorChunk in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Change Attribute Type rCtx : PortableReaderContext to rCtx : BinaryReaderHandles in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Change Attribute Type handles : Map<Object,Integer> to handles : BinaryWriterHandles in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Change Attribute Type mode : Mode to mode : BinaryWriteMode in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Change Attribute Type stableSchemas : Collection<PortableSchema> to stableSchema : PortableSchema in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
Rename Parameter | 4 | ||
Rename Parameter out : PortableOutputStream to tlsCtx : BinaryThreadLocalContext in method public BinaryWriterExImpl(ctx PortableContext, tlsCtx BinaryThreadLocalContext) in class org.apache.ignite.internal.portable.BinaryWriterExImpl | From | To | |
Rename Parameter cls : Class<? extends Map> to mapCls : Class<? extends Map> in method package readMap(fieldId int, mapCls Class<? extends Map>) : Map<?,?> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To | |
Rename Parameter alloc : PortableMemoryAllocator to chunk : PortableMemoryAllocatorChunk in method public PortableHeapOutputStream(cap int, chunk PortableMemoryAllocatorChunk) in class org.apache.ignite.internal.portable.streams.PortableHeapOutputStream | From | To | |
Rename Parameter cls : Class<? extends Collection> to colCls : Class<? extends Collection> in method package readCollection(fieldId int, colCls Class<? extends Collection>) : Collection<T> in class org.apache.ignite.internal.portable.BinaryReaderExImpl | From | To |