0fb49b6a30015c9272201942b978c746978d9f77
Files Diff
- Added: 10
- Removed: 5
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable compressionOptions : String to encryptionMethod : String in method protected bindPropertiesToContext(iProperties Map<String,Object>) : void in class com.orientechnologies.orient.core.config.OStorageConfiguration | From | To | |
Rename Variable cfgCompressionOptions : String to cfgEncryption : String in method public configure(storage OStorage, id int, clusterName String, parameters Object...) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster | From | To | |
Rename Variable compressionOptions : String to encryptionMethod : String in method public load(iProperties Map<String,Object>) : OStorageConfiguration in class com.orientechnologies.orient.core.config.OStorageConfiguration | From | To | |
Rename Variable compressionOptions : String to encryption : String in method public create(iProperties Map<String,Object>) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Return Type | 2 | ||
Change Return Type OCompression to OEncryption in method public configure(iOptions String) : OEncryption in class com.orientechnologies.orient.core.encryption.impl.OAESEncryption | From | To | |
Change Return Type OCompression to OEncryption in method public configure(iOptions String) : OEncryption in class com.orientechnologies.orient.core.encryption.impl.ODESEncryption | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class com.orientechnologies.orient.core.compression.impl.ODESCompression moved and renamed to com.orientechnologies.orient.core.encryption.impl.ODESEncryption | From | To | |
Move And Rename Class com.orientechnologies.orient.core.compression.impl.OAESCompression moved and renamed to com.orientechnologies.orient.core.encryption.impl.OAESEncryption | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.orientechnologies.orient.core.encryption.impl.OAbstractEncryption from classes [com.orientechnologies.orient.core.encryption.impl.OAESEncryption, com.orientechnologies.orient.core.encryption.impl.ODESEncryption] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute compressionOptions : String to encryption : String in class com.orientechnologies.orient.core.config.OStoragePaginatedClusterConfiguration | From | To | |
Split Variable | 1 | ||
Split Variable storageCompressionOptions : String to [storageEncryption : String, encryptionKey : String] in method private addDefaultClusters() : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter iCompressionOptions : String to iEncryption : String in method public OStoragePaginatedClusterConfiguration(root OStorageConfiguration, id int, name String, location String, useWal boolean, recordOverflowGrowFactor float, recordGrowFactor float, iCompression String, iEncryption String, iEncryptionKey String, conflictStrategy String, iStatus STATUS) in class com.orientechnologies.orient.core.config.OStoragePaginatedClusterConfiguration | From | To | |
Rename Parameter version : int to iNetworkVersion : int in method public toStream(iNetworkVersion int) : byte[] in class com.orientechnologies.orient.core.config.OStorageConfiguration | From | To |