a972480e7279c660a7a4f05899c6180829380fab
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public get(root Folder, passphrase CharSequence, delegate CryptoFileSystemDelegate) : FileSystem renamed to public unlockExisting(vaultLocation Folder, passphrase CharSequence, delegate CryptoFileSystemDelegate) : FileSystem in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Rename Method public testMasterkeyDecryption() : void renamed to public testMasterkeyDecryptionWithCorrectPassphrase() : void in class org.cryptomator.crypto.engine.impl.CryptorImplTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public testVaultStructureInitialization() : void from class org.cryptomator.filesystem.crypto.CryptoFileSystemTest to public testVaultStructureInitializationAndBackupBehaviour() : void from class org.cryptomator.filesystem.crypto.CryptoFileSystemComponentIntegrationTest | From | To | |
Move And Rename Method private encryptMasterKeyFile(cryptor Cryptor, masterkeyFile File, passphrase CharSequence) : void from class org.cryptomator.filesystem.crypto.CryptoFileSystem to private writeMasterKey(file File, cryptor Cryptor, passphrase CharSequence) : void from class org.cryptomator.filesystem.crypto.Masterkeys | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cryptorProvider : Provider<Cryptor> to masterkeys : Masterkeys in method public CryptoFileSystemFactory(masterkeys Masterkeys, shorteningFileSystemFactory ShorteningFileSystemFactory, blockAlignedFileSystemFactory BlockAlignedFileSystemFactory) in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Change Return Type | 2 | ||
Change Return Type boolean to void in method public readKeysFromMasterkeyFile(masterkeyFileContents byte[], passphrase CharSequence) : void in class org.cryptomator.crypto.engine.Cryptor | From | To | |
Change Return Type boolean to void in method public readKeysFromMasterkeyFile(masterkeyFileContents byte[], passphrase CharSequence) : void in class org.cryptomator.crypto.engine.impl.CryptorImpl | From | To | |
Move Attribute | 3 | ||
Move Attribute private cryptorProvider : Provider<Cryptor> from class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory to private cryptorProvider : Provider<Cryptor> from class org.cryptomator.filesystem.crypto.Masterkeys | From | To | |
Move Attribute private MASTERKEY_FILENAME : String from class org.cryptomator.filesystem.crypto.CryptoFileSystem to private MASTERKEY_FILENAME : String from class org.cryptomator.filesystem.crypto.Masterkeys | From | To | |
Move Attribute private MASTERKEY_BACKUP_FILENAME : String from class org.cryptomator.filesystem.crypto.CryptoFileSystem to private MASTERKEY_BACKUP_FILENAME : String from class org.cryptomator.filesystem.crypto.Masterkeys | From | To | |
Extract Class | 2 | ||
Extract Class org.cryptomator.filesystem.crypto.Masterkeys from class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Extract Class org.cryptomator.filesystem.crypto.Masterkeys from class org.cryptomator.filesystem.crypto.CryptoFileSystem | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cryptorProvider : Provider<Cryptor> to masterkeys : Masterkeys in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cryptorProvider : Provider<Cryptor> to masterkeys : Masterkeys in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Rename Parameter | 3 | ||
Rename Parameter masterkeyFile : File to file : File in method private writeMasterKey(file File, cryptor Cryptor, passphrase CharSequence) : void in class org.cryptomator.filesystem.crypto.Masterkeys | From | To | |
Rename Parameter cryptorProvider : Provider<Cryptor> to masterkeys : Masterkeys in method public CryptoFileSystemFactory(masterkeys Masterkeys, shorteningFileSystemFactory ShorteningFileSystemFactory, blockAlignedFileSystemFactory BlockAlignedFileSystemFactory) in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To | |
Rename Parameter root : Folder to vaultLocation : Folder in method public unlockExisting(vaultLocation Folder, passphrase CharSequence, delegate CryptoFileSystemDelegate) : FileSystem in class org.cryptomator.filesystem.crypto.CryptoFileSystemFactory | From | To |