09b4130c3efecee7cc562262c3551511db825e65
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable buffer : byte[] to ciphertextBuf : ByteBuffer in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long, authenticate boolean) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable adjustedLen : int to amount : int in method private increaseNumberOfWrittenBytes(amount int) : void in class org.cryptomator.crypto.aes256.LengthLimitingOutputStream | From | To | |
Change Variable Type | 1 | ||
Change Variable Type buffer : byte[] to ciphertextBuf : ByteBuffer in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long, authenticate boolean) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Extract Method | 1 | ||
Extract Method private increaseNumberOfWrittenBytes(amount int) : void extracted from public write(b byte[], off int, len int) : void in class org.cryptomator.crypto.aes256.LengthLimitingOutputStream | From | To |