4d08e9d72bdd63950aefe7579f15e328a5a67288
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable emptyBytes : byte[] to randomPadding : byte[] in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Rename Variable upToTenPercentFakeBlocks : int to additionalBlocks : long in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type upToTenPercentFakeBlocks : int to additionalBlocks : long in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Change Variable Type numberOfPlaintextBlocks : int to numberOfPlaintextBlocks : long in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To |