69a83863e1453f9444d47bbb129b1e63ef0c1e95
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type recentFiles : ObservableList<String> to recentFiles : ObservableList<Item> in method public setRecentFiles(recentFiles ObservableList<Item>) : void in class com.kodcu.config.StoredConfigBean | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ObservableList<String> to ObservableList<Item> in method public getRecentFiles() : ObservableList<Item> in class com.kodcu.config.StoredConfigBean | From | To | |
| Extract Variable | 1 | ||
| Extract Variable recentFiles : ObservableList<Item> in method public openDoc() : void from class com.kodcu.service.ui.TabService | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type recentFiles : ObservableList<String> to recentFiles : ObservableList<Item> in method private save() : void in class com.kodcu.component.MyTab | From | To | |
| Change Variable Type recentFilesList : ObservableList<String> to recentFilesList : ObservableList<Item> in method private bindConfigurations() : void in class com.kodcu.controller.ApplicationController | From | To | |
| Change Variable Type recentFiles : ObservableList<String> to recentFiles : ObservableList<Item> in method public addTab(path Path, runnables Runnable...) : void in class com.kodcu.service.ui.TabService | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type recentFiles : ObservableList<String> to recentFiles : ObservableList<Item> in class com.kodcu.config.StoredConfigBean | From | To | |
| Change Attribute Type recentListView : ListView<String> to recentListView : ListView<Item> in class com.kodcu.controller.ApplicationController | From | To |