00c3a4335669ff7a7c4d18ce1d57a04acd3aa894
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addSchema(typeId int, schemaId int, newTypeSchema PortableObjectSchema) : void renamed to public schemaRegistry(typeId int) : PortableSchemaRegistry in class org.apache.ignite.internal.portable.PortableContext | From | To | |
Rename Variable | 1 | ||
Rename Variable searchHead : int to searchPos : int in method private fieldOffset(id int) : int in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type void to PortableSchemaRegistry in method public schemaRegistry(typeId int) : PortableSchemaRegistry in class org.apache.ignite.internal.portable.PortableContext | From | To | |
Extract Variable | 1 | ||
Extract Variable schemas0 : Map<Integer,PortableSchemaRegistry> in method public schemaRegistry(typeId int) : PortableSchemaRegistry from class org.apache.ignite.internal.portable.PortableContext | From | To | |
Extract Method | 1 | ||
Extract Method private fieldOffset(id int) : int extracted from private hasField(id int) : boolean in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type schemas : Map<Integer,Object> to schemas : Map<Integer,PortableSchemaRegistry> in class org.apache.ignite.internal.portable.PortableContext | From | To | |
Change Attribute Type schema : PortableObjectSchema to schema : PortableSchema in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter id : int to fieldId : int in method private hasField(fieldId int) : boolean in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To |