7ff39ceece5edf42039c9ceb75beada75c4d7147
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private initializePaths() : void renamed to public getInstallationPath() : Path in class com.kodcu.controller.ApplicationController | From | To | |
Rename Method public initialize(url URL, rb ResourceBundle) : void renamed to public initializeApp() : void in class com.kodcu.controller.ApplicationController | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type editorTheme : ObservableList<String> to editorTheme : ObservableList<Theme> in method public setEditorTheme(editorTheme ObservableList<Theme>) : void in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type | 7 | ||
Change Return Type ObjectProperty<ObservableList<String>> to ObjectProperty<ObservableList<Theme>> in method public editorThemeProperty() : ObjectProperty<ObservableList<Theme>> in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type double to Double in method public getScreenY() : Double in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type void to Path in method public getInstallationPath() : Path in class com.kodcu.controller.ApplicationController | From | To | |
Change Return Type ObservableList<String> to ObservableList<Theme> in method public getEditorTheme() : ObservableList<Theme> in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type double to Double in method public getScreenX() : Double in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type double to Double in method public getScreenHeight() : Double in class com.kodcu.config.EditorConfigBean | From | To | |
Change Return Type double to Double in method public getScreenWidth() : Double in class com.kodcu.config.EditorConfigBean | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type editorTheme : ObjectProperty<ObservableList<String>> to editorTheme : ObjectProperty<ObservableList<Theme>> in class com.kodcu.config.EditorConfigBean | From | To | |
Change Attribute Type scene : ObjectProperty<Scene> to scene : Scene in class com.kodcu.controller.ApplicationController | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public setMarkdownTableScene(markdownTableScene Scene) : void extracted from private startApp(stage Stage, config CmdlineConfig) : void in class com.kodcu.boot.AppStarter & moved to class com.kodcu.controller.ApplicationController | From | To | |
Extract And Move Method public setAsciidocTableScene(asciidocTableScene Scene) : void extracted from private startApp(stage Stage, config CmdlineConfig) : void in class com.kodcu.boot.AppStarter & moved to class com.kodcu.controller.ApplicationController | From | To |