0fc251d32b01df7c9f38a7bdba4938b8770d2f0e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type iDelegate : OIndexManager to iDelegate : OIndexManagerAbstract in method public OIndexManagerProxy(iDelegate OIndexManagerAbstract, iDatabase ODatabaseDocumentInternal) in class com.orientechnologies.orient.core.index.OIndexManagerProxy | From | To | |
Change Parameter Type storage : OStorage to database : ODatabaseDocumentInternal in method public load(database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.db.OSharedContext | From | To | |
Change Parameter Type iDelegate : OFunctionLibrary to iDelegate : OFunctionLibraryImpl in method public OFunctionLibraryProxy(iDelegate OFunctionLibraryImpl, iDatabase ODatabaseDocumentInternal) in class com.orientechnologies.orient.core.metadata.function.OFunctionLibraryProxy | From | To | |
Change Parameter Type iDelegate : OSequenceLibrary to iDelegate : OSequenceLibraryImpl in method public OSequenceLibraryProxy(iDelegate OSequenceLibraryImpl, iDatabase ODatabaseDocumentInternal) in class com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryProxy | From | To | |
Change Parameter Type iDelegate : OScheduler to iDelegate : OSchedulerImpl in method public OSchedulerProxy(iDelegate OSchedulerImpl, iDatabase ODatabaseDocumentInternal) in class com.orientechnologies.orient.core.schedule.OSchedulerProxy | From | To | |
Change Return Type | 1 | ||
Change Return Type OSequenceLibrary to OSequenceLibraryImpl in method private getSequenceLibrary() : OSequenceLibraryImpl in class com.orientechnologies.orient.core.metadata.sequence.OSequenceTrigger | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable db : ODatabaseDocument to database : ODatabaseDocumentInternal in method private init(database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type database : ODatabaseInternal to database : ODatabaseDocumentInternal in method public createIndex(iName String, type String, indexDefinition OIndexDefinition, clusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument, algorithm String) : OIndex<?> in class com.orientechnologies.orient.core.index.OIndexManagerShared | From | To | |
Change Variable Type db : ODatabaseDocument to database : ODatabaseDocumentInternal in method private init(database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryImpl | From | To | |
Extract Method | 1 | ||
Extract Method protected getStorage() : OStorage extracted from protected getServerLocale() : Locale in class com.orientechnologies.orient.core.index.OIndexManagerAbstract | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected getStorage() : OStorage extracted from public recreateIndexes() : void in class com.orientechnologies.orient.core.index.OIndexManagerShared & moved to class com.orientechnologies.orient.core.index.OIndexManagerAbstract | From | To | |
Extract And Move Method protected getStorage() : OStorage extracted from private recreateIndex(idx ODocument) : void in class com.orientechnologies.orient.core.index.OIndexManagerShared.RecreateIndexesTask & moved to class com.orientechnologies.orient.core.index.OIndexManagerAbstract | From | To | |
Rename Parameter | 1 | ||
Rename Parameter storage : OStorage to database : ODatabaseDocumentInternal in method public load(database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.db.OSharedContext | From | To |