ed7dc60f5e4ca9fe81eae8b6b7aa9455b707360e
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type queue : BlockingQueue<Block> to queue : BlockingQueue<BlocksData> in method public CryptoWorker(lock Lock, blockDone Condition, currentBlock AtomicLong, queue BlockingQueue<BlocksData>) in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Parameter Type queue : BlockingQueue<Block> to queue : BlockingQueue<BlocksData> in method public DecryptWorker(lock Lock, blockDone Condition, currentBlock AtomicLong, queue BlockingQueue<BlocksData>, shouldAuthenticate boolean, out WritableByteChannel) in class org.cryptomator.crypto.aes256.DecryptWorker | From | To | |
Change Parameter Type queue : BlockingQueue<Block> to queue : BlockingQueue<BlocksData> in method public EncryptWorker(lock Lock, blockDone Condition, currentBlock AtomicLong, queue BlockingQueue<BlocksData>, out WritableByteChannel) in class org.cryptomator.crypto.aes256.EncryptWorker | From | To | |
Rename Variable | 2 | ||
Rename Variable block : Block to blocksData : BlocksData in method public call() : Void in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Rename Variable buf : ByteBuffer to inBuf : ByteBuffer in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Rename Class | 1 | ||
Rename Class org.cryptomator.crypto.aes256.Block renamed to org.cryptomator.crypto.aes256.BlocksData | From | To | |
Rename Attribute | 1 | ||
Rename Attribute blockNumber : long to startBlockNum : long in class org.cryptomator.crypto.aes256.BlocksData | From | To | |
Change Variable Type | 3 | ||
Change Variable Type block : Block to blocksData : BlocksData in method public call() : Void in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Variable Type inputQueue : BlockingQueue<Block> to inputQueue : BlockingQueue<BlocksData> in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Change Variable Type inputQueue : BlockingQueue<Block> to inputQueue : BlockingQueue<BlocksData> in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream, authenticate boolean) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type queue : BlockingQueue<Block> to queue : BlockingQueue<BlocksData> in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Change Attribute Type POISON : Block to POISON : BlocksData in class org.cryptomator.crypto.aes256.CryptoWorker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter blockNumber : long to startBlockNum : long in method package BlocksData(buffer ByteBuffer, startBlockNum long, numBlocks int) in class org.cryptomator.crypto.aes256.BlocksData | From | To |