33a29ad7f0318e206a1cfbb4c3960d98b429e9db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type fields : Map<String,Object> to fields : List<OPair<String,Object>> in method protected parseSetFields(iClass OClass, fields List<OPair<String,Object>>) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSetAware | From | To | |
Change Parameter Type iValue : V to iValue : OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple | From | To | |
Rename Variable | 1 | ||
Rename Variable oldSubValue : SV to oldValue : OPair<V,SV> in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple | From | To | |
Change Return Type | 3 | ||
Change Return Type SV to void in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple | From | To | |
Change Return Type V to OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple | From | To | |
Change Return Type V to OPair<V,SV> in method public getValue() : OPair<V,SV> in class com.orientechnologies.common.util.OTriple | From | To | |
Change Variable Type | 2 | ||
Change Variable Type oldSubValue : SV to oldValue : OPair<V,SV> in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple | From | To | |
Change Variable Type oldValue : V to oldValue : OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple | From | To | |
Extract Method | 1 | ||
Extract Method public bindParameters(iDocument ODocument, iFields List<OPair<String,Object>>, iArguments OCommandParameters, iContext OCommandContext) : ODocument extracted from public bindParameters(iDocument ODocument, iFields Map<String,Object>, iArguments OCommandParameters, iContext OCommandContext) : ODocument in class com.orientechnologies.orient.core.sql.OSQLHelper | From | To | |
Change Attribute Type | 7 | ||
Change Attribute Type value : V to value : OPair<V,SV> in class com.orientechnologies.common.util.OTriple | From | To | |
Change Attribute Type fields : Map<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLCreateEdge | From | To | |
Change Attribute Type incrementEntries : Map<String,Number> to incrementEntries : List<OPair<String,Number>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To | |
Change Attribute Type fields : LinkedHashMap<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLMoveVertex | From | To | |
Change Attribute Type fields : LinkedHashMap<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLCreateVertex | From | To | |
Change Attribute Type setEntries : Map<String,Object> to setEntries : List<OPair<String,Object>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To | |
Change Attribute Type putEntries : Map<String,OPair<String,Object>> to putEntries : List<OTriple<String,String,Object>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To |