80e118532563a7f99557eae902308f0c78de38d6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type other : BytesWithSequenceNumber to other : SequencedFutureResult in method public compareTo(other SequencedFutureResult) : int in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Change Parameter Type byteBuffer : Future<ByteBuffer> to result : Future<T> in method public SequencedFutureResult(result Future<T>, sequenceNumber long) in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Change Return Type | 1 | ||
Change Return Type ByteBuffer to T in method public get() : T in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Move Attribute | 2 | ||
Move Attribute private READ_AHEAD : int from class org.cryptomator.crypto.engine.impl.AbstractFileContentProcessor to private READ_AHEAD : int from class org.cryptomator.crypto.engine.impl.FileContentDecryptorImpl | From | To | |
Move Attribute private READ_AHEAD : int from class org.cryptomator.crypto.engine.impl.AbstractFileContentProcessor to private READ_AHEAD : int from class org.cryptomator.crypto.engine.impl.FileContentEncryptorImpl | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.cryptomator.crypto.engine.impl.BytesWithSequenceNumber moved and renamed to org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Rename Attribute | 1 | ||
Rename Attribute byteBuffer : Future<ByteBuffer> to result : Future<T> in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type byteBuffer : Future<ByteBuffer> to result : Future<T> in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To | |
Rename Parameter | 1 | ||
Rename Parameter byteBuffer : Future<ByteBuffer> to result : Future<T> in method public SequencedFutureResult(result Future<T>, sequenceNumber long) in class org.cryptomator.crypto.engine.impl.FifoParallelDataProcessor.SequencedFutureResult | From | To |