ed6963269046fd0cd11dc9f8b45c3d3cd464bfef
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public query() : GridCacheTwoStepQuery renamed to public dml() : QueryParserResultDml in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type meta : List<GridQueryFieldMetadata> to select : QueryParserResultSelect in method public QueryParserCacheEntry(select QueryParserResultSelect, dml QueryParserResultDml, cmd QueryParserResultCommand) in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Change Parameter Type twoStepQry : GridCacheTwoStepQuery to dml : QueryParserResultDml in method public QueryParserCacheEntry(select QueryParserResultSelect, dml QueryParserResultDml, cmd QueryParserResultCommand) in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable cachedQryKey : QueryParserCacheKey to cachedKey : QueryParserCacheKey in method private parse0(schemaName String, qry SqlFieldsQuery) : QueryParserResult in class org.apache.ignite.internal.processors.query.h2.QueryParser | From | To | |
| Rename Variable cachedQry : QueryParserCacheEntry to cached : QueryParserCacheEntry in method private parse0(schemaName String, qry SqlFieldsQuery) : QueryParserResult in class org.apache.ignite.internal.processors.query.h2.QueryParser | From | To | |
| Change Return Type | 1 | ||
| Change Return Type GridCacheTwoStepQuery to QueryParserResultDml in method public dml() : QueryParserResultDml in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute meta : List<GridQueryFieldMetadata> to select : QueryParserResultSelect in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Rename Attribute twoStepQry : GridCacheTwoStepQuery to dml : QueryParserResultDml in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type twoStepQry : GridCacheTwoStepQuery to dml : QueryParserResultDml in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Change Attribute Type meta : List<GridQueryFieldMetadata> to select : QueryParserResultSelect in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter meta : List<GridQueryFieldMetadata> to select : QueryParserResultSelect in method public QueryParserCacheEntry(select QueryParserResultSelect, dml QueryParserResultDml, cmd QueryParserResultCommand) in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To | |
| Rename Parameter twoStepQry : GridCacheTwoStepQuery to dml : QueryParserResultDml in method public QueryParserCacheEntry(select QueryParserResultSelect, dml QueryParserResultDml, cmd QueryParserResultCommand) in class org.apache.ignite.internal.processors.query.h2.QueryParserCacheEntry | From | To |