b4ab09b3aaa475e003a1ce88f84f690d605482cc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type counter : AtomicLong to counter : LongAdder in method private CountingInputStream(counter LongAdder, in InputStream) in class org.cryptomator.crypto.SamplingCryptorDecorator.CountingInputStream | From | To | |
Change Parameter Type counter : AtomicLong to counter : LongAdder in method private CountingOutputStream(counter LongAdder, out OutputStream) in class org.cryptomator.crypto.SamplingCryptorDecorator.CountingOutputStream | From | To | |
Change Return Type | 4 | ||
Change Return Type Long to long in method public pollEncryptedBytes(resetCounter boolean) : long in class org.cryptomator.crypto.SamplingCryptorDecorator | From | To | |
Change Return Type Long to long in method public pollEncryptedBytes(resetCounter boolean) : long in class org.cryptomator.crypto.CryptorIOSampling | From | To | |
Change Return Type Long to long in method public pollDecryptedBytes(resetCounter boolean) : long in class org.cryptomator.crypto.SamplingCryptorDecorator | From | To | |
Change Return Type Long to long in method public pollDecryptedBytes(resetCounter boolean) : long in class org.cryptomator.crypto.CryptorIOSampling | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type counter : AtomicLong to counter : LongAdder in class org.cryptomator.crypto.SamplingCryptorDecorator.CountingInputStream | From | To | |
Change Attribute Type counter : AtomicLong to counter : LongAdder in class org.cryptomator.crypto.SamplingCryptorDecorator.CountingOutputStream | From | To | |
Change Attribute Type decryptedBytes : AtomicLong to decryptedBytes : LongAdder in class org.cryptomator.crypto.SamplingCryptorDecorator | From | To | |
Change Attribute Type encryptedBytes : AtomicLong to encryptedBytes : LongAdder in class org.cryptomator.crypto.SamplingCryptorDecorator | From | To |