2256625ab6670ca4ef5cd4b55cf6bae024bca1b0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type entry : Entry<String,Object> to entry : Entry<String,ODocumentEntry> in method public serialize(document ODocument, bytes BytesContainer, iClassOnly boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Change Variable Type values : Entry<String,?>[] to values : Entry<String,ODocumentEntry>[] in method public serialize(document ODocument, bytes BytesContainer, iClassOnly boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public rawEntries(document ODocument) : Set<Entry<String,ODocumentEntry>> extracted from public serialize(document ODocument, bytes BytesContainer, iClassOnly boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 & moved to class com.orientechnologies.orient.core.record.impl.ODocumentInternal | From | To |