9fd6f2ecaef8f94d45365dba93e40abd8b672239
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private decryptChildFileName(encryptedFileName String) : String renamed to private decryptChildName(ciphertextFileName String) : String in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Rename Method private decryptChildFolderName(encryptedFolderName String) : String renamed to private encryptChildName(cleartextFileName String) : String in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable ciphertext : String to cleartextFileName : String in method private encryptChildName(cleartextFileName String) : String in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Extract Method | 2 | ||
Extract Method private nonConflictingFiles() : Stream<File> extracted from public folders() : Stream<CryptoFolder> in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Extract Method private nonConflictingFiles() : Stream<File> extracted from public files() : Stream<CryptoFile> in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter encryptedFileName : String to ciphertextFileName : String in method private decryptChildName(ciphertextFileName String) : String in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To | |
Rename Parameter encryptedFolderName : String to cleartextFileName : String in method private encryptChildName(cleartextFileName String) : String in class org.cryptomator.filesystem.crypto.CryptoFolder | From | To |