9963b83001dc9c16214116dc2735971a24a2994e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type ODeleteExecutionPlan to OInternalExecutionPlan in method public createExecutionPlan(ctx OCommandContext, enableProfiling boolean, useCache boolean) : OInternalExecutionPlan in class com.orientechnologies.orient.core.sql.executor.ODeleteEdgeExecutionPlanner | From | To | |
Change Return Type ODeleteExecutionPlan to OInternalExecutionPlan in method public createExecutionPlan(ctx OCommandContext, enableProfiling boolean) : OInternalExecutionPlan in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : ODeleteExecutionPlan to result : OInternalExecutionPlan in method public createExecutionPlan(ctx OCommandContext, enableProfiling boolean) : OInternalExecutionPlan in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement | From | To | |
Extract Method | 2 | ||
Extract Method public execute(db ODatabase, args Map, parentContext OCommandContext, usePlanCache boolean) : OResultSet extracted from public execute(db ODatabase, args Map, parentContext OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.OStatement | From | To | |
Extract Method public execute(db ODatabase, args Object[], parentContext OCommandContext, usePlanCache boolean) : OResultSet extracted from public execute(db ODatabase, args Object[], parentContext OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.OStatement | From | To | |
Rename Parameter | 1 | ||
Rename Parameter stm : ODeleteEdgeStatement to stm2 : ODeleteEdgeStatement in method public ODeleteEdgeExecutionPlanner(stm2 ODeleteEdgeStatement) in class com.orientechnologies.orient.core.sql.executor.ODeleteEdgeExecutionPlanner | From | To |