2aeb979df6bfd91498ed23b0dd86295f9c6f3fd8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type res : Object[] to res : List<Object> in method public fieldValues() : Object[] in class com.orientechnologies.orient.core.record.impl.ODocument | From | To | |
Extract Method | 1 | ||
Extract Method public hasProperty(propertyName String) : boolean extracted from public containsField(iFieldName String) : boolean in class com.orientechnologies.orient.core.record.impl.ODocument | From | To | |
Rename Parameter | 2 | ||
Rename Parameter iFieldName : String to propertyName : String in method public hasProperty(propertyName String) : boolean in class com.orientechnologies.orient.core.record.impl.ODocument | From | To | |
Rename Parameter field : String to property : String in method protected accessProperty(property String) : Object in class com.orientechnologies.orient.core.record.impl.ODocument | From | To |