db88d6ba39920ace74720f7dc0e0741cfb38c450
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private writeMetadata0(writer BinaryRawWriterEx, typeId int, meta BinaryType) : void from class org.apache.ignite.internal.processors.platform.PlatformContextImpl to public writeBinaryMetadata(writer BinaryRawWriter, meta BinaryMetadata, includeSchemas boolean) : void from class org.apache.ignite.internal.processors.platform.utils.PlatformUtils | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type writer : BinaryRawWriterEx to writer : BinaryRawWriter in method public writeBinaryMetadata(writer BinaryRawWriter, meta BinaryMetadata, includeSchemas boolean) : void in class org.apache.ignite.internal.processors.platform.utils.PlatformUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getSchema(cacheObjProc CacheObjectBinaryProcessorImpl, typeId int, schemaId int) : int[] extracted from public writeSchema(writer BinaryRawWriterEx, typeId int, schemaId int) : void in class org.apache.ignite.internal.processors.platform.PlatformContextImpl & moved to class org.apache.ignite.internal.processors.platform.utils.PlatformUtils | From | To |