d6458ba235a29dd8b95ffac17e9ed58b42a9fa8d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testGetDiffFromOriginalNested() : void renamed to public testGetFromNestedDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Rename Method public testGetDiffFromOriginalSimple() : void renamed to public testGetFromOriginalSimpleDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type parent : ODocument to parent : ODocumentEntry in method private getUpdateDeltaValue(currentValue Object, previousValue Object, changed boolean, parent ODocumentEntry, ownersTrace List<Object>) : TypeValue in class com.orientechnologies.orient.core.record.impl.ODocument | From | To | |
Rename Variable | 3 | ||
Rename Variable newArray : List<String> to copyValue : List<List<String>> in method public testListOfListsDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Rename Variable secondLevelList : List to copyInnerList : List<String> in method public testListOfListsOfListDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Rename Variable newFirstLevelList : List<List<List<String>>> to copyValue : List<List<List<String>>> in method public testListOfListsOfListDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Inline Method | 1 | ||
Inline Method private getDeltaFromOriginalForUpdate(parent ODocument) : ODocumentDelta inlined to private getUpdateDeltaValue(currentValue Object, previousValue Object, changed boolean, parent ODocumentEntry, ownersTrace List<Object>) : TypeValue in class com.orientechnologies.orient.core.record.impl.ODocument | From | To | |
Change Variable Type | 2 | ||
Change Variable Type newArray : List<String> to copyValue : List<List<String>> in method public testListOfListsDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To | |
Change Variable Type secondLevelList : List to copyInnerList : List<String> in method public testListOfListsOfListDelta() : void in class com.orientechnologies.orient.core.record.impl.ODocumentTest | From | To |