30458057513359f884f077bcf44bb1f1268840aa
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ciphertextBlock : ByteBuffer to ciphertextChunk : ByteBuffer in method public call() : ByteBuffer in class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl.EncryptionJob | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private NUM_WORKERS : int from class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl to private NUM_WORKERS : int from class org.cryptomator.crypto.engine.impl.AbstractFileContentProcessor | From | To | |
Pull Up Attribute private executorService : ExecutorService from class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl to private executorService : ExecutorService from class org.cryptomator.crypto.engine.impl.AbstractFileContentProcessor | From | To | |
Move Attribute | 2 | ||
Move Attribute public EOF : ByteBuffer from class org.cryptomator.crypto.engine.FileContentEncryptor to public EOF : ByteBuffer from class org.cryptomator.crypto.engine.FileContentCryptor | From | To | |
Move Attribute public EOF : ByteBuffer from class org.cryptomator.crypto.engine.FileContentDecryptor to public EOF : ByteBuffer from class org.cryptomator.crypto.engine.FileContentCryptor | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.cryptomator.crypto.engine.impl.AbstractFileContentProcessor from classes [org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cleartextBlock : ByteBuffer to cleartextChunk : ByteBuffer in class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl.EncryptionJob | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cleartextBytesEncrypted : long to cleartextBytesEncrypted : LongAdder in class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cleartext : ByteBuffer to cleartextChunk : ByteBuffer in method public EncryptionJob(cleartextChunk ByteBuffer, chunkNumber long) in class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl.EncryptionJob | From | To |