adec3e7ec20fe04aa37a34416253602bc0387f4f
Files Diff
- Added: 14
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public processIndexOperationLocal(op SchemaAbstractOperation, type QueryTypeDescriptorImpl, depId IgniteUuid, cancelTok SchemaIndexOperationCancellationToken) : void renamed to public processSchemaOperationLocal(op SchemaAbstractOperation, type QueryTypeDescriptorImpl, depId IgniteUuid, cancelTok SchemaIndexOperationCancellationToken) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type desc : GridH2RowDescriptor to desc : H2RowDescriptor in method public GridH2Table(createTblData CreateTableData, desc H2RowDescriptor, rowFactory H2RowFactory, idxsFactory GridH2SystemIndexFactory, cctx GridCacheContext) in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Parameter Type rowDesc : GridH2RowDescriptor to rowDesc : H2RowDescriptor in method public createTable(conn Connection, sql String, rowDesc H2RowDescriptor, rowFactory H2RowFactory, tblDesc H2TableDescriptor) : GridH2Table in class org.apache.ignite.internal.processors.query.h2.H2TableEngine | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Class<?>> to LinkedHashMap<String,Class<?>> in method public fields() : LinkedHashMap<String,Class<?>> in class org.apache.ignite.internal.processors.query.QueryTypeDescriptorImpl | From | To | |
Rename Attribute | 2 | ||
Rename Attribute valueAliasColumnId : int to valAliasColId : int in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Rename Attribute keyAliasColumnId : int to keyAliasColId : int in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rowDesc : GridH2RowDescriptor to rowDesc : H2RowDescriptor in method private createTable(schemaName String, schema H2Schema, tbl H2TableDescriptor, conn Connection) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Extract Method | 2 | ||
Extract Method public refreshMetadataFromTypeDescriptor() : void extracted from package H2RowDescriptor(idx IgniteH2Indexing, tbl H2TableDescriptor, type GridQueryTypeDescriptor, schema H2Schema) in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Extract Method private parseColumn(col Column) : GridSqlColumn extracted from private parseCreateTable(createTbl CreateTable) : GridSqlCreateTable in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQueryParser | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type desc : GridH2RowDescriptor to desc : H2RowDescriptor in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Attribute Type fields : Map<String,Class<?>> to fields : LinkedHashMap<String,Class<?>> in class org.apache.ignite.internal.processors.query.QueryTypeDescriptorImpl | From | To | |
Change Attribute Type rowDesc0 : GridH2RowDescriptor to rowDesc0 : H2RowDescriptor in class org.apache.ignite.internal.processors.query.h2.H2TableEngine | From | To | |
Rename Parameter | 5 | ||
Rename Parameter version : Value to ver : Value in method public initValueCache(valCache Value[], key Value, val Value, ver Value) : void in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Rename Parameter columnId : int to colId : int in method public isValueColumn(colId int) : boolean in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Rename Parameter columnId : int to colId : int in method public isKeyColumn(colId int) : boolean in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Rename Parameter columnId : int to colId : int in method public isKeyValueOrVersionColumn(colId int) : boolean in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To | |
Rename Parameter value : Value to val : Value in method public initValueCache(valCache Value[], key Value, val Value, ver Value) : void in class org.apache.ignite.internal.processors.query.h2.H2RowDescriptor | From | To |