8c8db84a4ae09868e61add287d59526cbda962ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public isApplicable(vault Vault) : boolean from class org.cryptomator.ui.model.UpgradeVersion3to4 to public isApplicable(vault Vault) : boolean from class org.cryptomator.ui.model.UpgradeStrategy | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type cryptorProvider : Provider<Cryptor> to cryptorProvider : CryptorProvider in method package UpgradeStrategy(cryptorProvider CryptorProvider, localization Localization, vaultVersionBeforeUpgrade int, vaultVersionAfterUpgrade int) in class org.cryptomator.ui.model.UpgradeStrategy | From | To | |
Change Parameter Type cryptorProvider : Provider<Cryptor> to secureRandom : SecureRandom in method public UpgradeVersion3DropBundleExtension(secureRandom SecureRandom, localization Localization, settings Settings) in class org.cryptomator.ui.model.UpgradeVersion3DropBundleExtension | From | To | |
Rename Variable | 1 | ||
Rename Variable masterkeyFileAfterUpgrading : Path to masterkeyFileAfterUpgrade : Path in method public upgrade(vault Vault, passphrase CharSequence) : void in class org.cryptomator.ui.model.UpgradeStrategy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cryptorProvider : Provider<Cryptor> to cryptorProvider : CryptorProvider in class org.cryptomator.ui.model.UpgradeStrategy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cryptorProvider : Provider<Cryptor> to secureRandom : SecureRandom in method public UpgradeVersion3DropBundleExtension(secureRandom SecureRandom, localization Localization, settings Settings) in class org.cryptomator.ui.model.UpgradeVersion3DropBundleExtension | From | To |