626f14ad590b4f3c561debe32b58739fe0ddf022
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 70
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type serializedExecutionPlan : OResult to serializedExecutionPlan : OExecutionPlan in method private sendSerializedExecutionPlan(nodeName String, serializedExecutionPlan OExecutionPlan, ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.executor.DistributedExecutionStep | From | To | |
| Change Parameter Type serializedExecutionPlan : OResult to executionPlan : OExecutionPlan in method public queryOnNode(nodeName String, executionPlan OExecutionPlan, inputParameters Map<Object,Object>) : OResultSet in class com.orientechnologies.orient.core.db.ODatabaseDocumentInternal | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type step : FetchFromClusterExecutionStep to step : OExecutionStep in method public syncPull(ctx OCommandContext, nRecords int) : OResultSet in class com.orientechnologies.orient.core.sql.executor.FetchFromClustersExecutionStep | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type subSteps : FetchFromClusterExecutionStep[] to subSteps : List<OExecutionStep> in class com.orientechnologies.orient.core.sql.executor.FetchFromClustersExecutionStep | From | To | |
| Change Attribute Type value : Object to value : String in class com.orientechnologies.orient.core.sql.parser.OIndexName | From | To | |
| Change Attribute Type subSteps : AbstractExecutionStep[] to subSteps : List<OExecutionStep> in class com.orientechnologies.orient.core.sql.executor.FetchFromClassExecutionStep | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter serializedExecutionPlan : OResult to executionPlan : OExecutionPlan in method public queryOnNode(nodeName String, executionPlan OExecutionPlan, inputParameters Map<Object,Object>) : OResultSet in class com.orientechnologies.orient.core.db.ODatabaseDocumentInternal | From | To |