02ae2e7ca0df50b367fc2c014fc4f8ed88f04c2c
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public pathProperty() : Property<Path> renamed to public path() : ObjectProperty<Path> in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Rename Method public mountNameProperty() : Property<String> renamed to public mountName() : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Rename Method public setWinDriveLetter(winDriveLetter String) : void renamed to public winDriveLetter() : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Return Type | 4 | ||
Change Return Type Property<Path> to ObjectProperty<Path> in method public path() : ObjectProperty<Path> in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Return Type List<VaultSettings> to ObservableList<VaultSettings> in method public getDirectories() : ObservableList<VaultSettings> in class org.cryptomator.ui.settings.Settings | From | To | |
Change Return Type Property<String> to StringProperty in method public mountName() : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Return Type void to StringProperty in method public winDriveLetter() : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Attribute Type | 10 | ||
Change Attribute Type preferredGvfsScheme : String to preferredGvfsScheme : StringProperty in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type directories : List<VaultSettings> to directories : ObservableList<VaultSettings> in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type winDriveLetter : Property<String> to winDriveLetter : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Attribute Type numTrayNotifications : Integer to numTrayNotifications : IntegerProperty in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type path : Property<Path> to path : ObjectProperty<Path> in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Attribute Type mountName : Property<String> to mountName : StringProperty in class org.cryptomator.ui.settings.VaultSettings | From | To | |
Change Attribute Type DEFAULT_NUM_TRAY_NOTIFICATIONS : Integer to DEFAULT_NUM_TRAY_NOTIFICATIONS : int in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type debugMode : Boolean to debugMode : BooleanProperty in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type port : Integer to port : IntegerProperty in class org.cryptomator.ui.settings.Settings | From | To | |
Change Attribute Type useIpv6 : Boolean to useIpv6 : BooleanProperty in class org.cryptomator.ui.settings.Settings | From | To |