31c1f3ca0abaffe0588c25f0a3c6cacfd30e2f2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public setWorkingDirectory(workingDirectory String) : void from class com.kodcu.bean.Config to public setWorkingDirectory(workingDirectory String) : void from class com.kodcu.bean.RecentFiles | From | To | |
| Move Method public getWorkingDirectory() : String from class com.kodcu.bean.Config to public getWorkingDirectory() : String from class com.kodcu.bean.RecentFiles | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ObservableList<String> to RecentFiles in method public getRecentFiles() : RecentFiles in class com.kodcu.controller.ApplicationController | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private workingDirectory : String from class com.kodcu.bean.Config to private workingDirectory : String from class com.kodcu.bean.RecentFiles | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute recentFiles : ObservableList<String> to recentFilesList : ObservableList<String> in class com.kodcu.controller.ApplicationController | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type recentFiles : ObservableList<String> to recentFiles : RecentFiles in class com.kodcu.controller.ApplicationController | From | To |