423c21b1cf6187e451811b45025875277faff4b0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable storage : OAbstractPaginatedStorage in method public drop(name String, user String, password String) : void from class com.orientechnologies.orient.core.db.OrientDBEmbedded | From | To | |
Change Variable Type | 4 | ||
Change Variable Type stg : OStorage to stg : OStorageRemote in method public internalClose() : void in class com.orientechnologies.orient.core.db.OrientDBRemote | From | To | |
Change Variable Type stg : OStorage to stg : OAbstractPaginatedStorage in method public internalClose() : void in class com.orientechnologies.orient.core.db.OrientDBEmbedded | From | To | |
Change Variable Type storagesCopy : List<OStorage> to storagesCopy : List<OAbstractPaginatedStorage> in method public internalClose() : void in class com.orientechnologies.orient.core.db.OrientDBEmbedded | From | To | |
Change Variable Type storagesCopy : List<OStorage> to storagesCopy : List<OStorageRemote> in method public internalClose() : void in class com.orientechnologies.orient.core.db.OrientDBRemote | From | To |