2610ef4645f1c56fde979b8d9a5d71ca95a51d51
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type StringProperty to ObjectProperty<NioAdapterImpl> in method public usedNioAdapterImpl() : ObjectProperty<NioAdapterImpl> in class org.cryptomator.common.settings.Settings | From | To | |
Change Return Type String[] to NioAdapterImpl[] in method private getSupportedAdapters() : NioAdapterImpl[] in class org.cryptomator.ui.controllers.SettingsController | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type DEFAULT_NIO_ADAPTER : String to DEFAULT_NIO_ADAPTER : NioAdapterImpl in class org.cryptomator.common.settings.Settings | From | To | |
Change Attribute Type nioAdapterImpl : StringProperty to nioAdapterImpl : ObjectProperty<NioAdapterImpl> in class org.cryptomator.common.settings.Settings | From | To | |
Change Attribute Type volume : ChoiceBox<String> to volume : ChoiceBox<NioAdapterImpl> in class org.cryptomator.ui.controllers.SettingsController | From | To |