a9e2eabe3d2f57b75fe97b4c4b40624b18e15b24
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method public getDateFormatInstance(db ODatabaseDocumentInternal) : DateFormat extracted from public getDateFormatInstance() : DateFormat in class com.orientechnologies.orient.core.util.ODateHelper | From | To | |
Extract Method public getDateFormat(db ODatabaseDocumentInternal) : String extracted from public getDateFormat() : String in class com.orientechnologies.orient.core.util.ODateHelper | From | To | |
Extract Method public getDateTimeFormatInstance(db ODatabaseDocumentInternal) : DateFormat extracted from public getDateTimeFormatInstance() : DateFormat in class com.orientechnologies.orient.core.util.ODateHelper | From | To | |
Extract Method public getDateTimeFormat(db ODatabaseDocumentInternal) : String extracted from public getDateTimeFormat() : String in class com.orientechnologies.orient.core.util.ODateHelper | From | To | |
Extract Method public getDatabaseTimeZone(db ODatabaseDocumentInternal) : TimeZone extracted from public getDatabaseTimeZone() : TimeZone in class com.orientechnologies.orient.core.util.ODateHelper | From | To | |
Extract Method public serialize(document ODocument, bytes BytesContainer, schema OImmutableSchema, encryption OPropertyEncryption) : void extracted from public serialize(document ODocument, bytes BytesContainer) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public fromStream(iSource byte[], record ORecord) : ORecord extracted from public convert(database ODatabaseDocumentInternal, operations List<ORecordOperationRequest>) : List<ORecordOperation> in class com.orientechnologies.orient.distributed.impl.coordinator.transaction.OTransactionFirstPhaseOperation & moved to class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV37 | From | To | |
Extract And Move Method public fromStream(iSource byte[], record ORecord) : ORecord extracted from public begin(operations List<ORecordOperationRequest>, indexes List<OIndexOperationRequest>) : void in class com.orientechnologies.orient.distributed.impl.OTransactionOptimisticDistributed & moved to class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV37 | From | To | |
Extract And Move Method public fromStream(iSource byte[], record ORecord) : ORecord extracted from private convert(database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.server.distributed.impl.task.OTransactionPhase1Task & moved to class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV37 | From | To | |
Rename Parameter | 1 | ||
Rename Parameter iSource : ORecord to record : ORecord in method public toStream(record ORecord) : byte[] in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinary | From | To |