04eaaec6694917b05f98068b4d2588ac6295d143
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private runSimulation() : void renamed to private runTask() : void in class aima.gui.fx.framework.TaskExecutionPaneCtrl | From | To | |
Rename Method private onSimButtonAction() : void renamed to private onExecuteButtonAction() : void in class aima.gui.fx.framework.TaskExecutionPaneCtrl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute simMethod : Runnable to taskMethod : Runnable in class aima.gui.fx.framework.TaskExecutionPaneCtrl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type currDemoThread : Optional<CancelableThread> to currDemoThread : CancelableThread in class aima.gui.fx.framework.IntegratedAppPaneCtrl | From | To | |
Change Attribute Type currApp : Optional<IntegrableApplication> to currApp : IntegrableApplication in class aima.gui.fx.framework.IntegratedAppPaneCtrl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter simMethod : Runnable to taskMethod : Runnable in method public TaskExecutionPaneCtrl(params List<Parameter>, paramCombos List<ComboBox<String>>, initMethod Runnable, taskMethod Runnable, executeBtn Button, statusLabel Label) in class aima.gui.fx.framework.TaskExecutionPaneCtrl | From | To | |
Rename Parameter simBtn : Button to executeBtn : Button in method public TaskExecutionPaneCtrl(params List<Parameter>, paramCombos List<ComboBox<String>>, initMethod Runnable, taskMethod Runnable, executeBtn Button, statusLabel Label) in class aima.gui.fx.framework.TaskExecutionPaneCtrl | From | To |