12ffed818d9ea90bee299adecf52d0461c8f0426
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute queryTarget : OFromClause to target : OFromClause in method private handleFetchFromTarger(result OSelectExecutionPlan, ctx OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To | |
Split Attribute | 1 | ||
Split Attribute oSelectStatement : OSelectStatement to [projection : OProjection, target : OFromClause, letClause : OLetClause, whereClause : OWhereClause, orderBy : OOrderBy, skip : OSkip, limit : OLimit] in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To | |
Extract Method | 3 | ||
Extract Method private optimizeQuery() : void extracted from public createExecutionPlan(ctx OCommandContext) : OExecutionPlan in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To | |
Extract Method private handleProjections(result OSelectExecutionPlan, projection OProjection, ctx OCommandContext) : void extracted from public createExecutionPlan(ctx OCommandContext) : OExecutionPlan in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To | |
Extract Method private handleFetchFromTarger(result OSelectExecutionPlan, ctx OCommandContext) : void extracted from public createExecutionPlan(ctx OCommandContext) : OExecutionPlan in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To |