bbe1ef3dbc479e9699559c027b7030af2248638b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setIndividualMountPath(mountPath String) : void renamed to public setCustomMountPath(mountPath String) : void in class org.cryptomator.ui.model.Vault | From | To | |
Rename Method public getIndividualMountPath() : String renamed to public getCustomMountPath() : String in class org.cryptomator.ui.model.Vault | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mountPath : TextField to customMountPathField : TextField in class org.cryptomator.ui.controllers.UnlockController | From | To | |
Rename Attribute useOwnMountPath : CheckBox to useCustomMountPath : CheckBox in class org.cryptomator.ui.controllers.UnlockController | From | To | |
Extract Method | 1 | ||
Extract Method private getMountPathString() : String extracted from public mount(fs CryptoFileSystem) : void in class org.cryptomator.ui.model.DokanyVolume | From | To |