2849e39e8575af9b5972ea88f2cfebf08e2a0a91
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public decryptedFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long renamed to public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.Cryptor | From | To | |
| Rename Method private authenticateContent(encryptedFile SeekableByteChannel) : void renamed to public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Rename Method public decryptedFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long renamed to public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.SamplingDecorator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to Long in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable plaintextSize : Long to contentLength : Long in method private encryptedContentLength(encryptedFile SeekableByteChannel, contentLength Long) : void in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable contentLength : Long in method public spool(outputContext OutputContext) : void from class org.cryptomator.webdav.jackrabbit.resources.EncryptedFile | From | To | |
| Extract Method | 2 | ||
| Extract Method private encryptedContentLength(encryptedFile SeekableByteChannel, contentLength Long) : void extracted from public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To |