aac9ead633844deac5c0502f338f894d21d2ecb4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type out : OutputStream to out : WritableByteChannel in method public DecryptWorker(lock Lock, blockDone Condition, currentBlock AtomicLong, queue BlockingQueue<Block>, shouldAuthenticate boolean, out WritableByteChannel) in class org.cryptomator.crypto.aes256.DecryptWorker | From | To | |
Change Parameter Type processedBytes : byte[] to processedBytes : ByteBuffer in method protected abstract write(processedBytes ByteBuffer) : void in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Parameter Type processedBytes : byte[] to processedBytes : ByteBuffer in method protected write(processedBytes ByteBuffer) : void in class org.cryptomator.crypto.aes256.DecryptWorker | From | To | |
Rename Variable | 1 | ||
Rename Variable blockNum : long to blockNumber : long in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Change Return Type | 3 | ||
Change Return Type byte[] to ByteBuffer in method protected process(block Block) : ByteBuffer in class org.cryptomator.crypto.aes256.DecryptWorker | From | To | |
Change Return Type byte[] to ByteBuffer in method protected abstract decrypt(block Block) : ByteBuffer in class org.cryptomator.crypto.aes256.DecryptWorker | From | To | |
Change Return Type byte[] to ByteBuffer in method protected abstract process(block Block) : ByteBuffer in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Variable Type | 2 | ||
Change Variable Type blockNumber : int to blockNumber : long in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream, authenticate boolean) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Change Variable Type processedBytes : byte[] to processedBytes : ByteBuffer in method public call() : Void in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type out : OutputStream to out : WritableByteChannel in class org.cryptomator.crypto.aes256.DecryptWorker | From | To |