da1b17dc79a7025141212a4051e5f380929b0dc2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type estimatedRootEntries : Map<String,Long> to aliasesToPrefetch : Set<String> in method private addPrefetchSteps(result OSelectExecutionPlan, aliasesToPrefetch Set<String>, context OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To | |
Rename Variable | 1 | ||
Rename Variable estimation : Map.Entry<String,Long> to alias : String in method private addPrefetchSteps(result OSelectExecutionPlan, aliasesToPrefetch Set<String>, context OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To | |
Change Variable Type | 1 | ||
Change Variable Type estimation : Map.Entry<String,Long> to alias : String in method private addPrefetchSteps(result OSelectExecutionPlan, aliasesToPrefetch Set<String>, context OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To | |
Extract Variable | 1 | ||
Extract Variable node : PatternNode in method private createPlanForPattern(pattern Pattern, context OCommandContext, estimatedRootEntries Map<String,Long>, prefetchedAliases Set<String>) : OInternalExecutionPlan from class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To | |
Extract Method | 2 | ||
Extract Method private initFromPrefetch(matchedNodes Object) : void extracted from private init(ctx OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.MatchFirstStep | From | To | |
Extract Method private createSelectStatement(targetClass String, filter OWhereClause) : OSelectStatement extracted from private addPrefetchSteps(result OSelectExecutionPlan, estimatedRootEntries Map<String,Long>, context OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type iterator : Iterator<OIdentifiable> to iterator : Iterator<OResult> in class com.orientechnologies.orient.core.sql.executor.MatchFirstStep | From | To | |
Rename Parameter | 1 | ||
Rename Parameter estimatedRootEntries : Map<String,Long> to aliasesToPrefetch : Set<String> in method private addPrefetchSteps(result OSelectExecutionPlan, aliasesToPrefetch Set<String>, context OCommandContext) : void in class com.orientechnologies.orient.core.sql.executor.OMatchExecutionPlanner | From | To |