88fcc92243df12bff1d18742211062d5e1d7dee4
Files Diff
- Added: 2
 - Removed: 1
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public nativeCommand() : SqlCommand renamed to public commandNative() : SqlCommand in class org.apache.ignite.internal.processors.query.h2.ParsingResult | From | To | |
| Rename Method private clearCachedQueries() : void renamed to private clearPlanCache() : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
| Move Method | 6 | ||
| Move Method private processTxCommand(cmd SqlCommand, qry SqlFieldsQuery) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private processTxCommand(cmd SqlCommand, qry SqlFieldsQuery) : void from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Move Method private doCommit(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private doCommit(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Move Method private doRollback(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to public doRollback(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Move Method private closeTx(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private closeTx(tx GridNearTxLocal) : void from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Move Method private processBulkLoadCommand(cmd SqlBulkLoadCommand, qryId Long) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private processBulkLoadCommand(cmd SqlBulkLoadCommand, qryId Long) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Move Method private processSetStreamingCommand(cmd SqlSetStreamingCommand, cliCtx SqlClientContext) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private processSetStreamingCommand(cmd SqlSetStreamingCommand, cliCtx SqlClientContext) : void from class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Change Return Type | 2 | ||
| Change Return Type FieldsQueryCursor<List<?>> to void in method private processTxCommand(cmd SqlCommand, qry SqlFieldsQuery) : void in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Change Return Type FieldsQueryCursor<List<?>> to void in method private processSetStreamingCommand(cmd SqlSetStreamingCommand, cliCtx SqlClientContext) : void in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.ignite.internal.processors.query.h2.CommandProcessor from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute nativeCmd : SqlCommand to cmdNative : SqlCommand in class org.apache.ignite.internal.processors.query.h2.ParsingResult | From | To | |
| Rename Attribute runningQueryMgr : RunningQueryManager to runningQryMgr : RunningQueryManager in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter nativeCmd : SqlCommand to cmdNative : SqlCommand in method public ParsingResult(newQry SqlFieldsQuery, cmdNative SqlCommand, cmdH2 GridSqlStatement, remainingSql String) in class org.apache.ignite.internal.processors.query.h2.ParsingResult | From | To | |
| Rename Parameter nativeCmd : SqlCommand to cmdNative : SqlCommand in method private ParsingResult(prepared Prepared, newQry SqlFieldsQuery, remainingSql String, twoStepQry GridCacheTwoStepQuery, twoStepQryKey H2TwoStepCachedQueryKey, meta List<GridQueryFieldMetadata>, cmdNative SqlCommand, cmdH2 GridSqlStatement) in class org.apache.ignite.internal.processors.query.h2.ParsingResult | From | To |