cd72dae0d78ea79070a213bfe672f7ff08864d81
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 2 | ||
Change Attribute Type cleartextQueue : BlockingQueue<ByteBuffer> to cleartextQueue : BlockingQueue<Supplier<ByteBuffer>> in class org.cryptomator.crypto.engine.NoFileContentCryptor.Decryptor | From | To | |
Change Attribute Type ciphertextQueue : BlockingQueue<ByteBuffer> to ciphertextQueue : BlockingQueue<Supplier<ByteBuffer>> in class org.cryptomator.crypto.engine.NoFileContentCryptor.Encryptor | From | To | |
Extract Method | 2 | ||
Extract Method private callInterruptibly() : void extracted from public call() : Void in class org.cryptomator.filesystem.crypto.CiphertextWriter | From | To | |
Extract Method private callInterruptibly() : void extracted from public call() : Void in class org.cryptomator.filesystem.crypto.CiphertextReader | From | To |