62d166161bf8100f46351da2a672ab8ba3dea87d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private handleSubclassAsTargetWithIndex(targetClass String, ctx OCommandContext) : List<OExecutionStepInternal> renamed to private handleClassAsTargetWithIndex(targetClass String, ctx OCommandContext) : List<OExecutionStepInternal> in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To | |
Rename Method private handleSubclassAsTargetWithIndexDeep(targetClass String, ctx OCommandContext) : List<OExecutionStepInternal> renamed to private handleClassAsTargetWithIndexRecursive(targetClass String, ctx OCommandContext) : List<OExecutionStepInternal> in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner | From | To |