c8dadca564d0d59ffd55f788c5986f74d9a1e9f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private onRegularLockVaultFailed(e Exception) : void renamed to private onRegularUnmountVaultFailed(e Exception, onSuccess Runnable) : void in class org.cryptomator.ui.controllers.UnlockedController | From | To | |
Inline Method | 1 | ||
Inline Method private showUnmountFailedMessage() : void inlined to private onRegularUnmountVaultFailed(e Exception, onSuccess Runnable) : void in class org.cryptomator.ui.controllers.UnlockedController | From | To | |
Extract Method | 1 | ||
Extract Method private forcedUnmountVault(onSuccess Runnable) : void extracted from private onRegularLockVaultFailed(e Exception) : void in class org.cryptomator.ui.controllers.UnlockedController | From | To |