8cba58075d06b34ba1cc9c77e9d82a1244cce241
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private deleteTemporaryMountPoint() : void renamed to private cleanupTemporaryMountPoint() : void in class org.cryptomator.ui.model.FuseVolume | From | To | |
| Rename Method private createTemporaryMountPoint() : Path renamed to private chooseNonExistingTemporaryMountPoint() : Path in class org.cryptomator.ui.model.FuseVolume | From | To | |
| Rename Variable | 1 | ||
| Rename Variable mountPath : Path to mountPoint : Path in method private chooseNonExistingTemporaryMountPoint() : Path in class org.cryptomator.ui.model.FuseVolume | From | To | |
| Extract Method | 1 | ||
| Extract Method private prepareTemporaryMountPoint() : Path extracted from public mount(fs CryptoFileSystem) : void in class org.cryptomator.ui.model.FuseVolume | From | To |