45d57216b7679d1e5fabd1f5ad1ccb8555000d48
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 69
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get(statement String, params Object[], db ODatabaseDocumentInternal) : OExecutionPlan renamed to public put(statement String, plan OExecutionPlan, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type params : Object[] to plan : OExecutionPlan in method public put(statement String, plan OExecutionPlan, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To | |
Change Parameter Type params : Map to ctx : OCommandContext in method public get(statement String, ctx OCommandContext, db ODatabaseDocumentInternal) : OExecutionPlan in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To | |
Change Return Type | 1 | ||
Change Return Type OExecutionPlan to void in method public put(statement String, plan OExecutionPlan, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To | |
Rename Parameter | 2 | ||
Rename Parameter params : Object[] to plan : OExecutionPlan in method public put(statement String, plan OExecutionPlan, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To | |
Rename Parameter params : Map to ctx : OCommandContext in method public get(statement String, ctx OCommandContext, db ODatabaseDocumentInternal) : OExecutionPlan in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache | From | To |