98cab7e4d89ef6b2d18fc25fb8b240c35d96a906
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private cleanup() : void renamed to private deleteTemporaryMountPoint() : void in class org.cryptomator.ui.model.FuseVolume | From | To | |
Rename Variable | 1 | ||
Rename Variable mountPath : String to customMountPoint : Path in method public mount(fs CryptoFileSystem) : void in class org.cryptomator.ui.model.FuseVolume | From | To | |
Rename Attribute | 2 | ||
Rename Attribute extraDirCreated : boolean to createdTemporaryMountPoint : boolean in class org.cryptomator.ui.model.FuseVolume | From | To | |
Rename Attribute mountPath : Path to mountPoint : Path in class org.cryptomator.ui.model.FuseVolume | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mountPath : String to customMountPoint : Path in method public mount(fs CryptoFileSystem) : void in class org.cryptomator.ui.model.FuseVolume | From | To |