ec290234bf7b54c5549bd7aa0d99b36d3d0638ac
Files Diff
- Added: 2
 - Removed: 1
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private argument(el GridSqlElement) : FastUpdateArgument from class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate to public create(el GridSqlElement) : DmlArgument from class org.apache.ignite.internal.processors.query.h2.dml.DmlArguments | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public fastUpdate() : FastUpdate moved from class org.apache.ignite.internal.processors.query.h2.dml.UpdatePlan to class org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor & inlined to private executeUpdateStatement(schemaName String, cctx GridCacheContext, c Connection, prepared Prepared, fieldsQry SqlFieldsQuery, loc boolean, filters IndexingQueryFilter, cancel GridQueryCancel) : UpdateResult | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type valArg : FastUpdateArgument to valArg : DmlArgument in method private FastUpdate(keyArg DmlArgument, valArg DmlArgument, newValArg DmlArgument) in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Change Parameter Type keyArg : FastUpdateArgument to keyArg : DmlArgument in method private FastUpdate(keyArg DmlArgument, valArg DmlArgument, newValArg DmlArgument) in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Change Parameter Type newValArg : FastUpdateArgument to newValArg : DmlArgument in method private FastUpdate(keyArg DmlArgument, valArg DmlArgument, newValArg DmlArgument) in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Change Return Type | 1 | ||
| Change Return Type FastUpdateArgument to DmlArgument in method public create(el GridSqlElement) : DmlArgument in class org.apache.ignite.internal.processors.query.h2.dml.DmlArguments | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.ignite.internal.processors.query.h2.dml.FastUpdateArgument renamed to org.apache.ignite.internal.processors.query.h2.dml.DmlArgument | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cur : QueryCursorImpl<List<?>> to cur : Iterable<List<?>> in method private executeUpdateStatement(schemaName String, cctx GridCacheContext, c Connection, prepared Prepared, fieldsQry SqlFieldsQuery, loc boolean, filters IndexingQueryFilter, cancel GridQueryCancel) : UpdateResult in class org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type newValArg : FastUpdateArgument to newValArg : DmlArgument in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Change Attribute Type keyArg : FastUpdateArgument to keyArg : DmlArgument in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Change Attribute Type valArg : FastUpdateArgument to valArg : DmlArgument in class org.apache.ignite.internal.processors.query.h2.dml.FastUpdate | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public processFast(args Object[]) : UpdateResult extracted from private executeUpdateStatement(schemaName String, cctx GridCacheContext, c Connection, prepared Prepared, fieldsQry SqlFieldsQuery, loc boolean, filters IndexingQueryFilter, cancel GridQueryCancel, failedKeys Object[]) : UpdateResult in class org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor & moved to class org.apache.ignite.internal.processors.query.h2.dml.UpdatePlan | From | To |