d078e1e8096c1df51ab6aaf73bf971cec322d4c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setChoiceVisibility(visible boolean, nodes Node...) : void renamed to private setVisibility(visible boolean, nodes Node...) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type dialog : Dialog<T> to dialog : Dialog<R> in method public setDialog(dialog Dialog<R>) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController | From | To | |
Change Parameter Type dialog : Dialog<T> to dialog : Dialog<R> in method public setDialog(dialog Dialog<R>) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.DialogController | From | To | |
Change Parameter Type column : TreeTableColumn<?,?> to column : TableColumnBase<?,?> in method private reconfigure(column TableColumnBase<?,?>, text String, graphic Node, minWidth double, prefWidth double) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileDiffViewController | From | To | |
Change Return Type | 6 | ||
Change Return Type Dialog<T> to Dialog<R> in method public getDialog() : Dialog<R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.DialogController | From | To | |
Change Return Type Callback<ButtonType,T> to Callback<ButtonType,R> in method public abstract createResultHandler() : Callback<ButtonType,R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController | From | To | |
Change Return Type Optional<T> to Optional<R> in method public showAndWait() : Optional<R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController | From | To | |
Change Return Type Callback<ButtonType,T> to Callback<ButtonType,R> in method public createResultHandler() : Callback<ButtonType,R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.DialogController | From | To | |
Change Return Type Dialog<T> to Dialog<R> in method public getDialog() : Dialog<R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController | From | To | |
Change Return Type Optional<T> to Optional<R> in method public showAndWait() : Optional<R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.DialogController | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type dialog : Dialog<T> to dialog : Dialog<R> in class com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController | From | To |