0190a833a8532918adf08aa2ffedd28a2ad1a193
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private handleIncrementEnries(record ODocument) : boolean renamed to private handleIncrementEntries(record ODocument) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : OPair<String,Number> to entry : OPair<String,Object> in method private handleIncrementEntries(record ODocument) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type incrementEntries : List<OPair<String,Number>> to incrementEntries : List<OPair<String,Object>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate | From | To |