391d8013b535f4448353492e9e1dea8cf5d1bdf1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 1 | ||
| Extract Method private internalMoveTo(destination InMemoryWritableFile) : void extracted from public moveTo(other WritableFile) : void in class org.cryptomator.filesystem.inmem.InMemoryWritableFile | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type hmacSha256 : ThreadLocal<Mac> to hmacSha256 : Supplier<Mac> in class org.cryptomator.crypto.engine.impl.FileContentDecryptorImpl | From | To |